summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d13deb)
raw | patch | inline | side by side (parent: 0d13deb)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Wed, 2 Apr 2008 09:19:26 +0000 (09:19 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Wed, 2 Apr 2008 09:19:26 +0000 (09:19 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1974 f882894a-f735-0410-b71e-b25c423dba1c
lib/Makefile.config-opts | [deleted file] | patch | blob | history |
lib/tests/Makefile.config-opts | [deleted file] | patch | blob | history |
diff --git a/lib/Makefile.config-opts b/lib/Makefile.config-opts
--- a/lib/Makefile.config-opts
+++ /dev/null
@@ -1,2 +0,0 @@
-parse_ini.o: parse_ini.c
- gcc -I ../plugins -I ../gl -I .. -g -c -o parse_ini.o parse_ini.c
diff --git a/lib/tests/Makefile.config-opts b/lib/tests/Makefile.config-opts
+++ /dev/null
@@ -1,6 +0,0 @@
-
-test_ini: test_ini.o ../parse_ini.o
- gcc -g -o test_ini test_ini.o ../parse_ini.o ../utils_base.o -L/usr/local/lib /usr/local/lib/libtap.so -Wl,--rpath -Wl,/usr/local/lib
-
-test_ini.o: test_ini.c
- gcc -g test_ini.c -I ../../plugins -I ../../gl -I ../.. -I .. -c -o test_ini.o