summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.config-opts
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-02-07 14:46:50 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-02-07 14:46:50 (GMT)
commit88ff55667012171c688471eaa84d16311018ec9c (patch)
treeeb9dffa003f14fceed03241128e7872398559865 /lib/Makefile.config-opts
parentc391272975965ded901818c73abc492e1e354acb (diff)
downloadmonitoring-plugins-88ff55667012171c688471eaa84d16311018ec9c.tar.gz
Added test files to test the parse_ini.c routines. Requires libtap
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1614 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.config-opts')
-rw-r--r--lib/Makefile.config-opts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.config-opts b/lib/Makefile.config-opts
new file mode 100644
index 0000000..6546cb0
--- /dev/null
+++ b/lib/Makefile.config-opts
@@ -0,0 +1,2 @@
1parse_ini.o: parse_ini.c
2 gcc -I ../plugins -I ../gl -I .. -g -c -o parse_ini.o parse_ini.c