Displaying 2 results from an estimated 2 matches for "arts_cflag".
Did you mean:
arts_cflags
2001 Jun 30
2
libao: src/plugins/arts/Makefile.am
...bbering CFLAGS is not nice.
--- src/plugins/arts/Makefile.am.orig Sat Dec 30 06:03:25 2000
+++ src/plugins/arts/Makefile.am Wed Apr 11 00:40:35 2001
@@ -16,13 +17,12 @@ artssources =
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)
--
Christian "naddy" Weisgerber naddy@mips.inka.de
--- >8 ----...
2000 Dec 27
1
ao_arts
Hi,
I've written an ao plugin for aRts, the soundserver that comes with KDE.
Any chance of including this in the ao distribution ? Pretty please ? :)
Sources and patches attached. This is a very simple plugin because it
uses the easy-to-use 'artsc' C wrapper that aRts installs.
configure.in.diff is for ao/configure.in
Makefile.am.diff is for ao/src/plugins/Makefile.am
Makefile.am