1998-09-29 22:36:29 +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
|
|
|
|
|
|
1999-01-06 15:22:33 +00:00
|
|
|
wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
|
|
|
|
|
|