summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
commitfd539669ab1db9e43154072e91100496d06ad49b (patch)
tree40a0bf871909c8a32c2fd12dd9e137dd960dc68b /Makefile.am
parent3d8f4d0e3b7df21b73051d99b5dc75e9961874c1 (diff)
Initial import
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1080 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..76e7436
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,16 @@
+SUBDIRS=src tests po
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libgpod-1.0.pc
+
+EXTRA_DIST = \
+ intltool-merge.in \
+ intltool-update.in \
+ intltool-extract.in \
+ libgpod-1.0.pc.in
+
+DISTCLEANFILES = \
+ intltool-extract \
+ intltool-merge \
+ intltool-update
+