Delete obsolete files

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1974 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Thomas Guyot-Sionnest 2008-04-02 09:19:26 +00:00
parent 0d13deb0e4
commit 815fbd802f
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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