You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
614 B
19 lines
614 B
kde_module_LTLIBRARIES = kcm_konsole.la
|
|
|
|
kcm_konsole_la_SOURCES = schemaeditor.cpp sessioneditor.cpp kcmkonsole.cpp \
|
|
schemadialog.ui sessiondialog.ui kcmkonsoledialog.ui
|
|
|
|
kcm_konsole_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_konsole_la_LIBADD = -ltdeui $(LIB_TDEIO)
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = kcmkonsole.h schemaeditor.h sessioneditor.h schemadialog.h sessiondialog.h kcmkonsoledialog.h
|
|
|
|
kcmkonsole_data_DATA = kcmkonsole.desktop
|
|
kcmkonsole_datadir = $(kde_appsdir)/.hidden
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkonsole.pot
|