Mercurial > audlegacy
changeset 66:1f0fbef6be9e trunk
[svn] Added -I$(top_srcdir)/Plugins to Makefile.am - Fix compile errors.
author | msameer |
---|---|
date | Sat, 29 Oct 2005 09:13:49 -0700 |
parents | 574f0b706f38 |
children | 6ec316768348 |
files | Plugins/Input/cdaudio/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/cdaudio/Makefile.am Fri Oct 28 23:10:22 2005 -0700 +++ b/Plugins/Input/cdaudio/Makefile.am Sat Oct 29 09:13:49 2005 -0700 @@ -26,7 +26,7 @@ libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) -INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) +INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) -I$(top_srcdir)/Plugins libcdaudio_la_LDFLAGS = @PLUGIN_LDFLAGS@ libcdaudio_la_LIBADD = @GTK_LIBS@ libcdaudio_la_SOURCES = $(cdaudiobuildsources)