- Finished moving to the new proplist handling code in WINGs.
[wmaker-crm.git] / WINGs / Examples / Makefile.am
blobf351953638e8d28956ef9bc055e1d5859c5f3436
1 ## automake input file for WINGs - Examples
3 AUTOMAKE_OPTIONS = no-dependencies
6 noinst_PROGRAMS = connect server fontl puzzle
9 LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la
12 fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
14 puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
16 connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
18 connect_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ \
19         @NETLIBS@
21 server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.a
23 server_LDADD = $(top_builddir)/WINGs/libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@
26 INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
27         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG