libmaemo_tweaks_section = \ $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la AM_CPPFLAGS = \ -I$(top_srcdir) \ $(GTK_CFLAGS) \ $(HILDON_CFLAGS) \ -DTRANSITIONS=\"/usr/share/hildon-desktop/transitions.ini\" 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) bin_PROGRAMS = maemo-tweaks-desktop-save maemo_tweaks_desktop_save_SOURCES = maemo-tweaks-desktop-save.c maemo_tweaks_desktop_save_LDADD = \ $(GLIB_LIBS)