diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-31 15:20:44 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-31 15:20:44 -0500 |
commit | 5f815c54aef5b57f62f50b0171c27138634b618c (patch) | |
tree | 2028d79472e4bd935da4c54aac28c3e6b8464178 /src | |
parent | d48018596fbf2f1f762780efbe88e9745cc9743e (diff) | |
download | k9copy-5f815c54aef5b57f62f50b0171c27138634b618c.tar.gz k9copy-5f815c54aef5b57f62f50b0171c27138634b618c.zip |
Fix FTBFS when built without HAL integration
Clean up spurious build files
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 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 \ |