Revision: 38 http://trac.macosforge.org/projects/libdispatch/changeset/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: ----------- trunk/dispatch/Makefile.am Added: trunk/dispatch/Makefile.am =================================================================== --- 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 + text/plain Added: svn:keywords + FreeBSD=%H Added: svn:eol-style + native