another assert crash.
[wmaker-crm.git] / WPrefs.app / Makefile.am
blobce61edf045ab26e201e508575fd0b129b0f1ec6c
1 SUBDIRS = xpm tiff po
3 AUTOMAKE_OPTIONS = no-dependencies
5 wpexecbindir = @wprefsdir@
7 wpexecbin_PROGRAMS = WPrefs 
9 wpdatadir = @wprefsdir@
11 wpdata_DATA = WPrefs.tiff WPrefs.xpm
13 EXTRA_DIST = $(wpdata_DATA)
15 WPrefs_SOURCES = \
16         main.c \
17         WPrefs.c \
18         WPrefs.h \
19         Appearance.c \
20         Configurations.c \
21         Expert.c \
22         Focus.c \
23         Icons.c \
24         KeyboardSettings.c \
25         KeyboardShortcuts.c \
26         Menu.c \
27         MenuPreferences.c \
28         MouseSettings.c \
29         NoMenuAlert.c \
30         Paths.c \
31         Preferences.c \
32         Text.c \
33         TexturePanel.c \
34         TexturePanel.h \
35         Themes.c \
36         WindowHandling.c \
37         Workspace.c \
38         double.c \
39         double.h \
40         editmenu.c \
41         editmenu.h \
42         MenuGuru.c \
43         xmodifier.c
45 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
48 INCLUDES = \
49         -I$(top_srcdir)/wrlib \
50         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
52 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
54 WPrefs_LDADD = \
55         $(top_builddir)/WINGs/libWINGs.a\
56         $(top_builddir)/wrlib/libwraster.la \
57         @LIBRARY_SEARCH_PATH@ \
58         @LIBPL@ \
59         @GFXLIBS@ \
60         @XLIBS@ \
61         @X_EXTRA_LIBS@ \
62         @INTLIBS@ \
63         -lm