[xiph-cvs] cvs commit: vorbis-tools/oggdec Makefile.am
Michael Smith
msmith at xiph.org
Thu Jul 4 03:34:32 PDT 2002
msmith 02/07/04 03:34:32
Modified: oggdec Makefile.am
Log:
Move stuff around so automake doesn't complain about conditional stuff.
Revision Changes Path
1.5 +5 -5 vorbis-tools/oggdec/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 2002/07/04 09:01:22 1.4
+++ Makefile.am 2002/07/04 10:34:31 1.5
@@ -10,9 +10,6 @@
bin_PROGRAMS = oggdec
-mandir = @MANDIR@
-man_MANS = oggdec.1
-
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
oggdec_LDADD = @LIBICONV@ @SHARE_LIBS@ @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@
@@ -20,9 +17,12 @@
oggdec_SOURCES = oggdec.c
-EXTRA_DIST = $(man_MANS)
-
endif
+
+mandir = @MANDIR@
+man_MANS = oggdec.1
+
+EXTRA_DIST = $(man_MANS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><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