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.
18 lines
452 B
18 lines
452 B
INCLUDES= $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kcm_kuick.la
|
|
|
|
kcm_kuick_la_SOURCES = kcmkuick.cpp kcmkuickdialog.ui
|
|
|
|
kcm_kuick_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_kuick_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO)
|
|
kcm_kuick_la_METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = kcmkuick.h kcmkuickdialog.h
|
|
|
|
apps_DATA = kcmkuick.desktop
|
|
appsdir = $(kde_appsdir)/.hidden
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkuick.pot
|