2012-02-26 19:14:23 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = notest.c
|
|
|
|
|
|
|
|
|
|
noinst_PROGRAMS = wtest
|
|
|
|
|
|
|
|
|
|
wtest_SOURCES = wtest.c
|
|
|
|
|
|
|
|
|
|
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@
|
|
|
|
|
|
2013-01-03 23:07:00 +01:00
|
|
|
AM_CPPFLAGS = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
|