|
Lines 3-12
Link Here
|
| 3 |
|
3 |
|
| 4 |
libconfig_tests_SOURCES = tests.c |
4 |
libconfig_tests_SOURCES = tests.c |
| 5 |
|
5 |
|
| 6 |
libconfig_tests_CPPFLAGS = -I../tinytest -I../lib |
6 |
libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib |
| 7 |
|
7 |
|
| 8 |
libconfig_tests_LDADD = -L../tinytest -ltinytest \ |
8 |
libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ |
| 9 |
-L../lib/.libs -lconfig |
9 |
-L$(top_builddir)/lib/.libs -lconfig |
| 10 |
|
10 |
|
| 11 |
|
11 |
|
| 12 |
EXTRA_DIST = \ |
12 |
EXTRA_DIST = \ |