From 5f815c54aef5b57f62f50b0171c27138634b618c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 31 Mar 2013 15:20:44 -0500 Subject: Fix FTBFS when built without HAL integration Clean up spurious build files --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index d7874f1..63660b3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # set the include path for X, qt and KDE INCLUDES = -I$(top_srcdir)/dvdread -I$(top_srcdir)/k9Mplayer \ -I$(top_srcdir)/k9author -I$(top_srcdir)/k9decmpeg -I$(top_srcdir)/k9devices \ - -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy $(all_includes) + -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy -I$(includedir) $(all_includes) # these are the headers for your project noinst_HEADERS = k9copy.h k9glwidget.h k9langselect.h k9main.h \ -- cgit v1.2.1