From: Scott Wheeler Date: Sat, 12 Oct 2002 18:03:00 +0000 (+0000) Subject: Don't install the headers for libkdeedu. We don't really want this to have X-Git-Tag: v3.1.0^0 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=2ffbe53cd3a7798685fa167c2be586741048ff73;p=libqmvoc.git Don't install the headers for libkdeedu. We don't really want this to have 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 --- diff --git a/Makefile.am b/Makefile.am index 89c13ef..073ef16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ COMPILE_FIRST = kdeeducore -SUBDIRS = $(COMPILE_FIRST) kdeeduui +SUBDIRS = $(COMPILE_FIRST) diff --git a/kdeeducore/Makefile.am b/kdeeducore/Makefile.am index 0a1a429..63774e4 100644 --- a/kdeeducore/Makefile.am +++ b/kdeeducore/Makefile.am @@ -1,5 +1,7 @@ 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 @@ -7,8 +9,8 @@ libkdeeducore_la_SOURCES = keduvocdata.cpp 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)