[xiph-cvs] cvs commit: icecast/conf Makefile.am

Jack Moffitt jack at xiph.org
Sun Sep 9 19:55:42 PDT 2001



jack        01/09/09 19:55:41

  Modified:    .        Makefile.am configure.in
  Added:       conf     Makefile.am
  Log:
  Include configuration files in 'make dist'

Revision  Changes    Path
1.2       +1 -1      icecast/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/icecast/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2001/09/10 02:21:48	1.1
+++ Makefile.am	2001/09/10 02:55:41	1.2
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign dist-zip
 
-SUBDIRS = src
+SUBDIRS = src conf
 
 EXTRA_DIST = README AUTHORS COPYING
 

1.2       +1 -1      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in	2001/09/10 02:21:47	1.1
+++ configure.in	2001/09/10 02:55:41	1.2
@@ -103,4 +103,4 @@
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
 
-AC_OUTPUT(Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)
+AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)

1.1                  icecast/conf/Makefile.am

Index: Makefile.am
===================================================================
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = icecast.xml

debug:
        $(MAKE) all CFLAGS="@DEBUG@"

profile:
        $(MAKE) all CFLAGS="@PROFILE@"

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