WINGs: Fix incorrect use of macro USE_PANGO in installed header
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob91b1e968956e251f1ecd04defa2a085f265c0b6a
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) \
14         KeyboardSettings.c \
15         Themes.c
17 WPrefs_SOURCES = \
18         main.c \
19         WPrefs.c \
20         WPrefs.h \
21         Appearance.c \
22         Configurations.c \
23         Docks.c \
24         Expert.c \
25         Focus.c \
26         FontSimple.c \
27         Icons.c \
28         KeyboardShortcuts.c \
29         Menu.c \
30         MenuPreferences.c \
31         MouseSettings.c \
32         Paths.c \
33         Preferences.c \
34         TexturePanel.c \
35         TexturePanel.h \
36         WindowHandling.c \
37         Workspace.c \
38         double.c \
39         editmenu.c \
40         editmenu.h \
41         xmodifier.c
43 # not_yet_fully_implemented
44 #WPrefs_SOURCES += \
45 #       KeyboardSettings.c \
46 #       Themes.c
48 AM_CFLAGS =
50 AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
51          -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs -I$(top_builddir)/WINGs \
52          @HEADER_SEARCH_PATH@
54 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
56 WPrefs_LDADD = \
57         $(top_builddir)/WINGs/libWINGs.la\
58         $(top_builddir)/WINGs/libWUtil.la\
59         $(top_builddir)/wrlib/libwraster.la \
60         @XLFLAGS@ @XLIBS@ \
61         @LIBM@ \
62         @FCLIBS@ \
63         @INTLIBS@