From: Reinhard Pfau Date: Mon, 13 Apr 2009 21:01:27 +0000 (+0200) Subject: added spec file to EXTRA_DIST, so it gets included when typing "make dist" X-Git-Tag: v0.3~40 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=4c897127e1f0a4b070cfe4b080819385aa0aadca;p=libasyncio added spec file to EXTRA_DIST, so it gets included when typing "make dist" --- diff --git a/Makefile.am b/Makefile.am index 19d047c..1dc96b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ endif SUBDIRS = utils asyncio $(T2NDIRS) unittest doc -EXTRA_DIST = LICENSE COPYING.GPL +EXTRA_DIST = LICENSE COPYING.GPL libasyncio.spec