Increased library's revision to reflect API updates
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob15f0b6e8e84ad344e1ce94b930c66edb1c7ff259
1 SUBDIRS = xpm tiff po
3 AUTOMAKE_OPTIONS =
5 wpexecbindir = @wprefs_bindir@
7 wpexecbin_PROGRAMS = WPrefs 
9 wpdatadir = @wprefs_datadir@
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         Docks.c \
22         Expert.c \
23         Focus.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         xmodifier.c
44 AM_CFLAGS =
46 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
47          -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
49 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
51 WPrefs_LDADD = \
52         $(top_builddir)/WINGs/libWINGs.la\
53         $(top_builddir)/WINGs/libWUtil.la\
54         $(top_builddir)/wrlib/libwraster.la \
55         @XLFLAGS@ @XLIBS@ \
56         @FCLIBS@ \
57         @INTLIBS@