From cf820524323131882a77a7ae978ce6bdc1dfbdf7 Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sun, 6 Dec 2009 13:27:50 +0200 Subject: [PATCH] Add Makefile.am --- Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..b7b9cd8 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,29 @@ +SUBDIRS = libmaemo-tweaks-section modules + +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) + +AM_CFLAGS = \ + $(GTK_CFLAGS) \ + $(HILDON_CFLAGS) \ + $(OSSO_CFLAGS) \ + -I$(top_srcdir) \ + -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) + -- 1.7.9.5