Rearranged the structure of the WINGs subdirectory.
[wmaker-crm.git] / WINGs / Examples / Makefile.am
blob6d4dbe9c44d26c43438d641f649739b3803a4f28
1 ## automake input file for WINGs - Examples
3 AUTOMAKE_OPTIONS = no-dependencies
6 noinst_PROGRAMS = connect fontl puzzle
9 LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
10          @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ \
11         -lm @LIBPL@
14 fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
16 puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
18 connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
20 connect_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
21         @NETLIBS@ @LIBPL@
24 INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
25         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG