Added option to 'configure' to control debug information for compilation
[wmaker-crm.git] / WINGs / Tests / Makefile.am
blob26091716086b54fe9610707c96bbf7ddbc7f798e
1 ## automake input file for WINGs - Tests
3 AUTOMAKE_OPTIONS =
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@