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 /k9author | |
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 'k9author')
-rw-r--r-- | k9author/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/Makefile.am b/k9author/Makefile.am index b36dd12..a558d36 100644 --- a/k9author/Makefile.am +++ b/k9author/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS= -I$(srcdir) $(all_includes) +AM_CPPFLAGS= -I$(srcdir) -I$(includedir) $(all_includes) KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG) |