Commit 4ac539a2 authored by Mark Lindner's avatar Mark Lindner

Fixed include path

parent 7acace98
2015-08-14 Mark Lindner <markl@neuromancer>
* lib/wincompat.h - Fixed Windows portability issue
* lib/libconfig.h++ - added missing operator[](std::string&).
----- version 1.5 ------ ----- version 1.5 ------
......
...@@ -5,7 +5,7 @@ TESTS = $(check_PROGRAMS) ...@@ -5,7 +5,7 @@ TESTS = $(check_PROGRAMS)
libconfig_tests_SOURCES = tests.c libconfig_tests_SOURCES = tests.c
libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I../lib libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_builddir)/lib
libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
-L$(top_builddir)/lib/.libs -lconfig -L$(top_builddir)/lib/.libs -lconfig
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment