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.
17 lines
370 B
17 lines
370 B
kde_module_LTLIBRARIES = kcm_display.la
|
|
|
|
kcm_display_la_SOURCES = display.cpp
|
|
|
|
kcm_display_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
kcm_display_la_LIBADD = $(LIB_KUTILS)
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = display.h
|
|
|
|
xdg_apps_DATA = display.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/display.pot
|