Add Makefile.am
[tweakr] / Makefile.am
1 SUBDIRS = libmaemo-tweaks-section modules
2
3 libmaemo_tweaks_LTLIBRARIES = libmaemo-tweaks.la
4 libmaemo_tweaksdir = $(libdir)/hildon-control-panel
5
6 libmaemo_tweaks_la_LDFLAGS = -version-info "1":"0":"1"
7 libmaemo_tweaks_la_LIBADD = \
8         $(GTK_LIBS) \
9         $(HILDON_LIBS) \
10         $(OSSO_LIBS)
11
12 AM_CFLAGS = \
13         $(GTK_CFLAGS) \
14         $(HILDON_CFLAGS) \
15         $(OSSO_CFLAGS) \
16         -I$(top_srcdir) \
17         -DG_LOG_DOMAIN=\"maemo-tweaks\"
18
19 libmaemo_tweaks_la_SOURCES = \
20         maemo-tweaks.c  \
21         maemo-tweaks-types.h    \
22         maemo-tweaks-module-manager.c   \
23         maemo-tweaks-module-manager.h
24
25 desktopentrydir = $(prefix)/share/applications/hildon-control-panel
26 desktopentry_DATA = maemo-tweaks.desktop
27
28 EXTRA_DIST = $(desktopentry_DATA)
29