diff options
Diffstat (limited to 'tdespell2/Makefile.am')
-rw-r--r-- | tdespell2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdespell2/Makefile.am b/tdespell2/Makefile.am index 00ee8a81d..455b1f5c5 100644 --- a/tdespell2/Makefile.am +++ b/tdespell2/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO noinst_LTLIBRARIES = libtdespell2base.la -AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT -I$(top_srcdir)/tdeutils $(all_includes) +AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT -I$(top_srcdir)/tdeutils $(all_includes) tdespell2baseincludedir = $(includedir)/tdespell2 |