diff options
Diffstat (limited to 'src/Makefile.am')
-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 \ |