[xiph-cvs] cvs commit: vorbis-tools/ogg123 Makefile.am

Michael Smith msmith at xiph.org
Tue Jan 23 00:56:43 PST 2001



msmith      01/01/23 00:56:43

  Modified:    ogg123   Makefile.am
  Log:
  Fix problem with missing headers in dist tarballs. Stupid bloody automake.

Revision  Changes    Path
1.10      +1 -3      vorbis-tools/ogg123/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.am	2000/12/30 05:44:31	1.9
+++ Makefile.am	2001/01/23 08:56:43	1.10
@@ -12,9 +12,7 @@
 
 ogg123_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISFILE_LIBS@ @AO_LIBS@
 
-ogg123_INCLUDES = ogg123.h buffer.h
-
-ogg123_SOURCES = ogg123.c ao_interface.c buffer.c
+ogg123_SOURCES = ogg123.c ao_interface.c buffer.c ogg123.h buffer.h
 
 EXTRA_DIST = $(man_MANS) $(doc_DATA)
 

--- >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