216dc900c7ac2b9e4e05396eb4f2727b6ed00ade
[tweakr] / modules / Makefile.am
1 libmaemo_tweaks_section = \
2         $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la
3
4 AM_CPPFLAGS = \
5         -I$(top_srcdir) \
6         $(GTK_CFLAGS)   \
7         $(HILDON_CFLAGS)        \
8         -DTRANSITIONS=\"/usr/share/hildon-desktop/transitions.ini\"     \
9         -DMCE=\"/etc/mce/mce.ini\"
10
11 modulesdir = $(libdir)/maemo-tweaks/modules
12
13 modules_LTLIBRARIES = \
14         libmaemo-tweaks-desktop.la \
15         libmaemo-tweaks-mce.la
16
17 libmaemo_tweaks_desktop_la_SOURCES = maemo-tweaks-desktop.c
18 libmaemo_tweaks_desktop_la_LDFLAGS = -avoid-version -module
19 libmaemo_tweaks_desktop_la_LIBADD = \
20         $(libmaemo_tweaks_section)      \
21         $(GTK_LIBS)     \
22         $(HILDON_LIBS)
23
24 libmaemo_tweaks_mce_la_SOURCES = maemo-tweaks-mce.c
25 libmaemo_tweaks_mce_la_LDFLAGS = -avoid-version -module
26 libmaemo_tweaks_mce_la_LIBADD = \
27         $(libmaemo_tweaks_section)      \
28         $(GTK_LIBS)     \
29         $(HILDON_LIBS)
30
31 bin_PROGRAMS = \
32         maemo-tweaks-desktop-save       \
33         maemo-tweaks-mce-save
34
35 maemo_tweaks_desktop_save_SOURCES = maemo-tweaks-desktop-save.c
36 maemo_tweaks_desktop_save_LDADD = \
37         $(GLIB_LIBS)
38
39 maemo_tweaks_mce_save_SOURCES = maemo-tweaks-mce-save.c
40 maemo_tweaks_mce_save_LDADD = \
41         $(GLIB_LIBS)
42