Move to plugin based architecture.
[tweakr] / modules / Makefile.am
diff --git a/modules/Makefile.am b/modules/Makefile.am
new file mode 100644 (file)
index 0000000..9201d8c
--- /dev/null
@@ -0,0 +1,19 @@
+libmaemo_tweaks_section = \
+       $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la
+
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       $(GTK_CFLAGS)   \
+       $(HILDON_CFLAGS)
+
+modulesdir = $(libdir)/maemo-tweaks/modules
+
+modules_LTLIBRARIES = libmaemo-tweaks-desktop.la
+
+libmaemo_tweaks_desktop_la_SOURCES = maemo-tweaks-desktop.c
+libmaemo_tweaks_desktop_la_LDFLAGS = -avoid-version -module
+libmaemo_tweaks_desktop_la_LIBADD = \
+       $(libmaemo_tweaks_section)      \
+       $(GTK_LIBS)     \
+       $(HILDON_LIBS)
+