mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
They somehow were missed in 5c8eb580b3 ("configure:
Remove --disable-verbose-compile hack")
14 lines
296 B
Makefile
14 lines
296 B
Makefile
## 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@
|
|
|
|
INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
|