Code

Minor corrections to test_tcp.c
[nagiosplug.git] / lib / tests / Makefile.config-opts
2 test_ini: test_ini.o ../parse_ini.o
3         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
5 test_ini.o: test_ini.c 
6         gcc -g test_ini.c -I ../../plugins -I ../../gl -I ../.. -I .. -c -o test_ini.o