8 lines
172 B
Makefile
8 lines
172 B
Makefile
|
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
|
||
|
|
||
|
AM_CPPFLAGS += -DTEST_PROGRAM
|
||
|
|
||
|
noinst_PROGRAMS = test_strutils
|
||
|
|
||
|
test_strutils_SOURCES = strutils.c
|