diff options
author | Slávek Banko <[email protected]> | 2013-09-30 01:11:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-30 01:11:43 +0200 |
commit | 5077373c0cc9e90f1bd1d4231fb44686a3c4aa19 (patch) | |
tree | 3b99169ab5561751d89f6647534d08aa238b42de /src | |
parent | 00fe4373185f6730c80ddf66530eca79a215d312 (diff) | |
download | soundkonverter-5077373c0cc9e90f1bd1d4231fb44686a3c4aa19.tar.gz soundkonverter-5077373c0cc9e90f1bd1d4231fb44686a3c4aa19.zip |
Fix search for cdda includes
This resolves Bug 1054
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 12a7b92..c37bc95 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # set the include path for X, qt and KDE INCLUDES = $(all_includes) -I$(top_srcdir)/src/metadata/ \ - -I$(top_srcdir)/src/pluginloader/ + -I$(top_srcdir)/src/pluginloader/ $(cdda_includes) # these are the headers for your project noinst_HEADERS = cdmanager.h cdopener.h combobutton.h config.h \ |