fixed crash in empty workspaces
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob5114dfa2ae032646d94df7988c051c07ee44052a
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         Font.c \
24         FontSimple.c \
25         Icons.c \
26         KeyboardSettings.c \
27         KeyboardShortcuts.c \
28         Menu.c \
29         MenuPreferences.c \
30         MouseSettings.c \
31         Paths.c \
32         Preferences.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         imagebrowser.c \
43         imagebrowser.h \
44         xmodifier.c
46 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
48 AM_CFLAGS = @NOSTRICTALIASING@
50 INCLUDES = -I$(top_srcdir)/wrlib -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         @XFTLIBS@ \
58         @INTLIBS@