summaryrefslogtreecommitdiffstats
path: root/libtdeedu/tdeeducore/Makefile.am
blob: 70907966815ab741131421c54e8e41ac8c717234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES= $(all_includes)
# there's nothing in tests for the moment, so I'm removing it from the compilation
#SUBDIRS = . tests
SUBDIRS = .

lib_LTLIBRARIES = libtdeeducore.la

libtdeeducore_la_SOURCES = keduvocdata.cpp
libtdeeducore_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2

libtdeeducode_includedir = $(includedir)/libtdeedu
libtdeeducode_include_HEADERS = keduvocdata.h

libtdeeducore_la_LIBADD = $(LIB_TDECORE)

METASOURCES = AUTO