blob: 5fd894bd0794a65df80b4c57c90709f806807156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
METASOURCES = AUTO
#
noinst_LTLIBRARIES = libkcontroller.la
libkcontroller_la_SOURCES = kcontroller.cpp ktabcontroller.cpp knavigator.cpp \
keditor.cpp kvalueeditor.cpp kchareditor.cpp
# no public API
noinst_HEADERS = kcontroller.h ktabcontroller.h knavigator.h \
keditor.h kvalueeditor.h kchareditor.h
|