Renaming maemo-tweaks to tweakr.
[tweakr] / libtweakr-section / Makefile.am
diff --git a/libtweakr-section/Makefile.am b/libtweakr-section/Makefile.am
new file mode 100644 (file)
index 0000000..18a1b92
--- /dev/null
@@ -0,0 +1,24 @@
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       $(GTK_CFLAGS)
+
+lib_LTLIBRARIES = libtweakr-section.la
+
+libtweakr_section_la_SOURCES = \
+       tweakr-section.c        \
+       tweakr-section.h        \
+       tweakr-module.c \
+       tweakr-module.h
+
+libtweakr_section_la_LIBADD = \
+       $(GTK_LIBS)
+
+libtweakr_section_la_include_HEADERS = \
+       tweakr-section.h        \
+       tweakr-module.h
+
+libtweakr_section_la_includedir = $(includedir)/tweakr
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = tweakr-section.pc
+