]> git.draconx.ca Git - upkg.git/blobdiff - Makefile.am
uobject: Add initial support for object properties.
[upkg.git] / Makefile.am
index f8238b2370ae0a82a37bb0d8fc82e579bd9f2811..2b9c072699ce8b7d120b3b64552a857cdf0e850a 100644 (file)
@@ -1,3 +1,20 @@
+# Copyright (C) 2009 Nick Bowler
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src
+EXTRA_DIST = m4/gnulib-cache.m4
+
+dist_man_MANS = doc/man/upkg.1
+
+DIST_SUBDIRS = libltdl lib src
+SUBDIRS = lib
+
+if BUNDLED_LIBLTDL
+SUBDIRS += libltdl
+endif
+
+SUBDIRS += src