[xiph-commits] r19074 - trunk/ao

giles at svn.xiph.org giles at svn.xiph.org
Mon Jan 27 09:13:33 PST 2014


Author: giles
Date: 2014-01-27 09:13:33 -0800 (Mon, 27 Jan 2014)
New Revision: 19074

Modified:
   trunk/ao/Makefile.am
Log:
Dist the ckport database file.

Fixes 'make distcheck'.


Modified: trunk/ao/Makefile.am
===================================================================
--- trunk/ao/Makefile.am	2014-01-23 18:43:48 UTC (rev 19073)
+++ trunk/ao/Makefile.am	2014-01-27 17:13:33 UTC (rev 19074)
@@ -15,7 +15,7 @@
 
 man_MANS = libao.conf.5
 
-EXTRA_DIST = README AUTHORS CHANGES COPYING libao.spec ao.m4 acinclude.m4 as-ac-expand.m4 ao.pc.in $(man_MANS)
+EXTRA_DIST = README AUTHORS CHANGES COPYING libao.spec ao.m4 acinclude.m4 as-ac-expand.m4 ao.pc.in $(ckport_DATA) $(man_MANS)
 
 debug:
 	$(MAKE) clean



More information about the commits mailing list