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 --- k9author/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k9author') 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) -- cgit v1.2.1