diff options
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/Makefile.config-opts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tests/Makefile.config-opts b/lib/tests/Makefile.config-opts deleted file mode 100644 index 96326d34..00000000 --- a/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 |