SUBDIRS = libmaemo-tweaks-section modules libmaemo_tweaks_section = \ $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la libmaemo_tweaks_LTLIBRARIES = libmaemo-tweaks.la libmaemo_tweaksdir = $(libdir)/hildon-control-panel libmaemo_tweaks_la_LDFLAGS = -version-info "1":"0":"1" libmaemo_tweaks_la_LIBADD = \ $(GTK_LIBS) \ $(HILDON_LIBS) \ $(OSSO_LIBS) \ $(libmaemo_tweaks_section) AM_CFLAGS = \ $(GTK_CFLAGS) \ $(HILDON_CFLAGS) \ $(OSSO_CFLAGS) \ -I$(top_srcdir) \ -DMODULES_DIR=\"$(modulesdir)\" \ -DG_LOG_DOMAIN=\"maemo-tweaks\" libmaemo_tweaks_la_SOURCES = \ maemo-tweaks.c \ maemo-tweaks-types.h \ maemo-tweaks-module-manager.c \ maemo-tweaks-module-manager.h desktopentrydir = $(prefix)/share/applications/hildon-control-panel desktopentry_DATA = maemo-tweaks.desktop EXTRA_DIST = $(desktopentry_DATA)