[xiph-cvs] cvs commit: libshout/examples Makefile.am

Michael Smith msmith at xiph.org
Thu Nov 7 23:49:00 PST 2002



msmith      02/11/08 02:49:00

  Modified:    .        Makefile.am
               examples Makefile.am
  Log:
  Fix automake things.

Revision  Changes    Path
1.2       +2 -2      libshout/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	10 Sep 2001 02:24:40 -0000	1.1
+++ Makefile.am	8 Nov 2002 07:49:00 -0000	1.2
@@ -2,9 +2,9 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = include src
+SUBDIRS = include src examples
 
-EXTRA_DIST = README COPYING examples/Makefile examples/example.c
+EXTRA_DIST = README COPYING
 
 #install-data-local:
 #	mkdir -p $(DESTDIR)$(includedir)/shout

<p><p>1.2       +1 -1      libshout/examples/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/examples/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	23 Jan 2002 03:08:38 -0000	1.1
+++ Makefile.am	8 Nov 2002 07:49:00 -0000	1.2
@@ -5,6 +5,6 @@
 noinst_PROGRAMS = example
 
 example_SOURCES = example.c
-example_LDADD = ../src/libshout.la -logg -lvorbis
+example_LDADD = ../src/libshout.la -logg -lvorbis -lpthread
 
 INCLUDES = -I$(top_srcdir)/include

<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