[xiph-cvs] cvs commit: vorbis/examples Makefile.am
Jack Moffitt
jack at xiph.org
Wed Oct 4 20:15:54 PDT 2000
jack 00/10/04 20:15:54
Modified: examples Tag: branch_postbeta2 Makefile.am
Log:
We're now building against static libs for the examples. This way
you don't have to make install to test code :)
jack.
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -4 vorbis/examples/Attic/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Makefile.am 2000/10/04 23:06:35 1.1.2.1
+++ Makefile.am 2000/10/05 03:15:54 1.1.2.2
@@ -7,14 +7,12 @@
noinst_PROGRAMS = decoder_example encoder_example chaining_example\
vorbisfile_example
+LDADD = $(top_srcdir)/lib/.libs/libvorbis.a
+
decoder_example_SOURCES = decoder_example.c
-decoder_example_LDFLAGS = -L$(top_srcdir)/lib/.libs -lvorbis
encoder_example_SOURCES = encoder_example.c
-encoder_example_LDFLAGS = -L$(top_srcdir)/lib/.libs -lvorbis
chaining_example_SOURCES = chaining_example.c
-chaining_example_LDFLAGS = -L$(top_srcdir)/lib/.libs -lvorbis
vorbisfile_example_SOURCES = vorbisfile_example.c
-vorbisfile_example_LDFLAGS = -L$(top_srcdir)/lib/.libs -lvorbis
debug:
$(MAKE) all CFLAGS="@DEBUG@"
--- >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