configure: Remove --disable-verbose-compile hack
[wmaker-crm.git] / WINGs / Tests / Makefile.am
blob56c1dd1dac78ab5da7cf78fd6c933c4dbcdda5ee
1 ## automake input file for WINGs - Tests
3 AUTOMAKE_OPTIONS = no-dependencies
5 noinst_PROGRAMS = wtest wmquery wmfile testmywidget 
7 LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
8         $(top_builddir)/WINGs/libWUtil.la \
9         @XFTLIBS@ @INTLIBS@
12 testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h 
14 wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
17 EXTRA_DIST = logo.xpm upbtn.xpm wm.html wm.png
19 INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
20         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ \
21         -DDEBUG
22