diff options
author | Darrell Anderson <[email protected]> | 2014-10-02 19:42:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-10-02 19:42:18 +0200 |
commit | 76c59a33842975a2b430454348ce98a05192b6af (patch) | |
tree | 5c64537a68bd7c0825c139169652a912f215b929 /lib/compatibility/Makefile.am | |
parent | e85d9aa121d049f8d71d0b7495a856c56743fcb8 (diff) | |
download | tdewebdev-76c59a33842975a2b430454348ce98a05192b6af.tar.gz tdewebdev-76c59a33842975a2b430454348ce98a05192b6af.zip |
Update for recent TDENewStuff changes
Delete duplicate knewstuff files
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 |