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