Move to plugin based architecture.
[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
9 modulesdir = $(libdir)/maemo-tweaks/modules
10
11 modules_LTLIBRARIES = libmaemo-tweaks-desktop.la
12
13 libmaemo_tweaks_desktop_la_SOURCES = maemo-tweaks-desktop.c
14 libmaemo_tweaks_desktop_la_LDFLAGS = -avoid-version -module
15 libmaemo_tweaks_desktop_la_LIBADD = \
16         $(libmaemo_tweaks_section)      \
17         $(GTK_LIBS)     \
18         $(HILDON_LIBS)
19