Revision
38
Author
robert@fledge.watson.org
Date
2009-09-18 02:57:17 -0700 (Fri, 18 Sep 2009)

Log Message

Adding missing Makefile.am.

Reported by:	Dag-Erling Smorgrav

Added Paths

Diff

Added: trunk/dispatch/Makefile.am (0 => 38)


--- trunk/dispatch/Makefile.am	                        (rev 0)
+++ trunk/dispatch/Makefile.am	2009-09-18 09:57:17 UTC (rev 38)
@@ -0,0 +1,17 @@
+#
+#
+#
+
+dispatchdir=$(includedir)/dispatch
+
+dispatch_HEADERS=		\
+	base.h			\
+	dispatch.h		\
+	group.h			\
+	object.h		\
+	once.h			\
+	queue.h			\
+	semaphore.h		\
+	source.h		\
+	time.h
+
Property changes on: trunk/dispatch/Makefile.am
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style