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