Fix build with automake-1.13 and modernize .am files.
[wmaker-crm.git] / test / Makefile.am
blobb89a697c16bf4cf066b30903de6855db1b1939c3
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = no-dependencies
5 EXTRA_DIST = notest.c
7 noinst_PROGRAMS = wtest
9 wtest_SOURCES = wtest.c
11 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
13 AM_CPPFLAGS = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib