diff options
Diffstat (limited to 'lib/compatibility/Makefile.am')
-rw-r--r-- | lib/compatibility/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/compatibility/Makefile.am b/lib/compatibility/Makefile.am index 0ea03547..91ef8bb8 100644 --- a/lib/compatibility/Makefile.am +++ b/lib/compatibility/Makefile.am @@ -2,12 +2,7 @@ if include_qextmdi KMDI_SUBDIR = tdemdi endif -if include_knewstuff -KNEWSTUFF_SUBDIR = knewstuff -endif - - -SUBDIRS = $(KMDI_SUBDIR) $(KNEWSTUFF_SUBDIR) +SUBDIRS = $(KMDI_SUBDIR) #enable the below when there is something in the compatibility lib #noinst_LTLIBRARIES = libcompat.la |