[xiph-cvs] cvs commit: ao/include/ao Makefile.am
Chris Cheney
calc at xiph.org
Fri Oct 10 20:03:36 PDT 2003
calc 03/10/10 23:03:36
Modified: include/ao Makefile.am
Log:
os_types.h is a generated file and should not be in 'make dist' tarball
Revision Changes Path
1.3 +2 -2 ao/include/ao/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/include/ao/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 4 Aug 2001 02:56:13 -0000 1.2
+++ Makefile.am 11 Oct 2003 03:03:35 -0000 1.3
@@ -4,5 +4,5 @@
includedir = $(prefix)/include/ao
-include_HEADERS = ao.h os_types.h plugin.h
-
+include_HEADERS = ao.h plugin.h
+nodist_include_HEADERS = os_types.h
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list