# HG changeset patch # User msameer # Date 1130602591 25200 # Node ID 6ec31676834897b1658f0ae29edbd37463080552 # Parent 1f0fbef6be9efba39c9273dc1fabfa29f17d0b3f [svn] Added -I$(top_srcdir)/Plugins to INCLUDES to fix the compile errors because Output/OSS/soundcard.h was not found diff -r 1f0fbef6be9e -r 6ec316768348 Plugins/Output/esd/Makefile.am --- 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)