Adding missing Makefile.am. Reported by: Dag-Erling Smorgrav
--- 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
___________________________________________________________________