Skip to content
Snippets Groups Projects
Commit e4c87a24 authored by Stan Seibert's avatar Stan Seibert
Browse files

Applied patch from Christian Weisgerber <naddy@mips.inka.de> that stops

the arts Makefile from clobbering custom CFLAGS.


git-svn-id: http://svn.xiph.org/trunk/ao@1540 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 85b8a3a9
No related branches found
No related tags found
No related merge requests found
...@@ -16,13 +16,12 @@ artssources = ...@@ -16,13 +16,12 @@ artssources =
endif endif
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @ARTS_CFLAGS@
libdir = $(plugindir) libdir = $(plugindir)
lib_LTLIBRARIES = $(artsltlibs) lib_LTLIBRARIES = $(artsltlibs)
libarts_la_LDFLAGS = $(artsldflags) libarts_la_LDFLAGS = $(artsldflags)
CFLAGS = @ARTS_CFLAGS@
libarts_la_LIBADD = @ARTS_LIBS@ libarts_la_LIBADD = @ARTS_LIBS@
libarts_la_SOURCES = $(artssources) libarts_la_SOURCES = $(artssources)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment