You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2009/03/03 06:21:20 UTC

svn commit: r749532 - /httpd/apreq/trunk/Makefile.am

Author: joes
Date: Tue Mar  3 05:21:19 2009
New Revision: 749532

URL: http://svn.apache.org/viewvc?rev=749532&view=rev
Log:
add libapreq.rc to EXTRA_DIST so it gets
included in the release tarball

Modified:
    httpd/apreq/trunk/Makefile.am

Modified: httpd/apreq/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/Makefile.am?rev=749532&r1=749531&r2=749532&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Tue Mar  3 05:21:19 2009
@@ -8,7 +8,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = . include library module glue
-EXTRA_DIST = LICENSE NOTICE README INSTALL CHANGES STATUS FAQ.pod MANIFEST.SKIP Makefile.PL buildconf build win32 docs
+EXTRA_DIST = LICENSE NOTICE README INSTALL CHANGES STATUS FAQ.pod MANIFEST.SKIP Makefile.PL buildconf build win32 docs libapreq.rc
 APU_SRCDIR=`@APU_CONFIG@ --srcdir`
 APR_SRCDIR=`@APR_CONFIG@ --srcdir`
 APU_DOX = (cd $(APU_SRCDIR); cat docs/doxygen.conf - | doxygen -)