diff options
Diffstat (limited to 'poxml/antlr/src/Makefile.am')
-rw-r--r-- | poxml/antlr/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/antlr/src/Makefile.am b/poxml/antlr/src/Makefile.am index 7a5d2426..99008d3b 100644 --- a/poxml/antlr/src/Makefile.am +++ b/poxml/antlr/src/Makefile.am @@ -1,6 +1,6 @@ # Make #include <antlr/xxx> work.. -INCLUDES=-I$(srcdir)/.. +INCLUDES=-I$(srcdir)/.. $(all_includes) KDE_CXXFLAGS = $(USE_EXCEPTIONS) noinst_LTLIBRARIES = libantlr.la |