Mercurial > audlegacy
changeset 67:6ec316768348 trunk
[svn] Added -I$(top_srcdir)/Plugins to INCLUDES to fix the compile errors because Output/OSS/soundcard.h was not found
author | msameer |
---|---|
date | Sat, 29 Oct 2005 09:16:31 -0700 |
parents | 1f0fbef6be9e |
children | 0d5df36777b9 |
files | Plugins/Output/esd/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/esd/Makefile.am Sat Oct 29 09:13:49 2005 -0700 +++ b/Plugins/Output/esd/Makefile.am Sat Oct 29 09:16:31 2005 -0700 @@ -20,7 +20,7 @@ libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR) lib_LTLIBRARIES = $(esdltlibs) -INCLUDES = $(GTK_CFLAGS) $(ESD_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) +INCLUDES = $(GTK_CFLAGS) $(ESD_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I$(top_srcdir)/Plugins libesdout_la_LDFLAGS = $(PLUGIN_LDFLAGS) libesdout_la_LIBADD = $(GTK_LIBS) $(ESD_LIBS)