Move to plugin based architecture.
[tweakr] / libmaemo-tweaks-section / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         $(GTK_CFLAGS)
4
5 lib_LTLIBRARIES = libmaemo-tweaks-section.la
6
7 libmaemo_tweaks_section_la_SOURCES = \
8         maemo-tweaks-section.c  \
9         maemo-tweaks-section.h  \
10         maemo-tweaks-module.c   \
11         maemo-tweaks-module.h
12
13 libmaemo_tweaks_section_la_LIBADD = \
14         $(GTK_LIBS)
15
16 libmaemo_tweaks_section_la_include_HEADERS = \
17         maemo-tweaks-section.h  \
18         maemo-tweaks-module.h
19
20 libmaemo_tweaks_section_la_includedir = $(includedir)/maemo-tweaks
21
22 pkgconfigdir = $(libdir)/pkgconfig
23 pkgconfig_DATA = maemo-tweaks-section.pc
24