to be binary compatible with future releases.
Also, I removed the "libkdeedu/kdeeduui" from the Makefile.am since it's
not currently being used for anything (and there hasn't been a commit since
June).
CCMAIL:kde-edu-devel@kde.org
svn path=/trunk/kdeedu/libkdeedu/; revision=183545
COMPILE_FIRST = kdeeducore
-SUBDIRS = $(COMPILE_FIRST) kdeeduui
+SUBDIRS = $(COMPILE_FIRST)
INCLUDES= $(all_includes)
-SUBDIRS = . tests
+# there's nothing in tests for the moment, so I'm removing it from the compilation
+#SUBDIRS = . tests
+SUBDIRS = .
lib_LTLIBRARIES = libkdeeducore.la
libkdeeducore_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
-include_HEADERS = keduvocdata.h
-# noinst_HEADERS =
+# include_HEADERS = keduvocdata.h
+noinst_HEADERS = keduvocdata.h
libkdeeducore_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)