[xiph-commits] r17862 - trunk/ao/src

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Feb 22 08:57:46 PST 2011


Author: xiphmont
Date: 2011-02-22 08:57:45 -0800 (Tue, 22 Feb 2011)
New Revision: 17862

Modified:
   trunk/ao/src/Makefile.am
Log:
Trac submitter #1764 needs to test his scipts befoer submission :-P

ao.vers broke make distcheck due to being incorrectly specified and not 
added to distribution file manifest



Modified: trunk/ao/src/Makefile.am
===================================================================
--- trunk/ao/src/Makefile.am	2011-02-22 16:27:51 UTC (rev 17861)
+++ trunk/ao/src/Makefile.am	2011-02-22 16:57:45 UTC (rev 17862)
@@ -16,7 +16,7 @@
 libao_la_SOURCES = audio_out.c config.c ao_null.c ao_wav.c ao_au.c ao_raw.c ao_aixs.c $(wmm)
 libao_la_LDFLAGS = @LIBAO_LA_LDFLAGS@ -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
 if HAVE_LD_VERSION_SCRIPT
-  libao_la_LDFLAGS += -Wl,--version-script=ao.vers
+  libao_la_LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/ao.vers
 endif
 
 
@@ -26,4 +26,4 @@
 profile:
 	$(MAKE) all CFLAGS="@PROFILE@"
 
-EXTRA_DIST = ao_wmm.c
+EXTRA_DIST = ao_wmm.c ao.vers



More information about the commits mailing list