summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-05-27 13:33:39 -0400
committerHubert Figuiere <hub@figuiere.net>2007-05-27 13:33:39 -0400
commit64ded48c86cc74c0fd368e555b78394e496c9f1a (patch)
treef7a4ff5de26a7875aa6199aa73f696ab6e629a99 /Makefile.am
parent410c889a2579c9f72f15d8e975998585c3c958ea (diff)
major soversion is 2 and not 3
fix header to build in pure C install missing XMPCore header (temporarily) update debian packaging to match these changes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b9d1971..7503237 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,5 +36,5 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = third-party source samples exempi
-DIST_SUBDIRS = public build third-party source samples exempi \ No newline at end of file
+SUBDIRS = third-party source samples exempi public
+DIST_SUBDIRS = build third-party source samples exempi public \ No newline at end of file