2015-05-01 17:09:39 -07:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-include $(top_builddir)/config.h \
|
|
|
|
-I$(top_srcdir) \
|
2015-05-01 17:43:51 -07:00
|
|
|
-I$(top_srcdir)/include \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\"
|
2011-10-18 20:54:30 +02:00
|
|
|
|
2014-06-28 23:38:13 +10:00
|
|
|
noinst_PROGRAMS = test_strutils test_fileutils test_nsutils
|
2011-10-18 20:54:30 +02:00
|
|
|
|
2015-05-01 17:43:51 -07:00
|
|
|
test_strutils_SOURCES = test_strutils.c strutils.c
|
|
|
|
test_fileutils_SOURCES = test_fileutils.c fileutils.c
|
|
|
|
test_nsutils_SOURCES = test_nsutils.c nsutils.c
|