[xiph-cvs] cvs commit: ao/src/plugins/arts Makefile.am

Stan Seibert volsung at xiph.org
Thu Jul 5 17:31:48 PDT 2001



volsung     01/07/05 17:31:47

  Modified:    src/plugins/arts Makefile.am
  Log:
  Applied patch from Christian Weisgerber <naddy at mips.inka.de> that stops
  the arts Makefile from clobbering custom CFLAGS.

Revision  Changes    Path
1.2       +1 -2      ao/src/plugins/arts/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/src/plugins/arts/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2000/12/30 05:03:25	1.1
+++ Makefile.am	2001/07/06 00:31:47	1.2
@@ -16,13 +16,12 @@
 
 endif
 
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @ARTS_CFLAGS@
 
 libdir = $(plugindir)
 lib_LTLIBRARIES = $(artsltlibs)
 
 libarts_la_LDFLAGS = $(artsldflags)
-CFLAGS = @ARTS_CFLAGS@
 libarts_la_LIBADD = @ARTS_LIBS@
 libarts_la_SOURCES = $(artssources)
 

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