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
494 B
18 lines
494 B
AM_CPPFLAGS = $(all_includes)
|
|
kde_module_LTLIBRARIES = kcm_displayconfig.la
|
|
|
|
kcm_displayconfig_la_SOURCES = displayconfig.cpp displayconfigbase.ui displayconfig.skel
|
|
|
|
kcm_displayconfig_la_LDFLAGS = $(all_libraries) -ltderandr -module -avoid-version -no-undefined
|
|
|
|
kcm_displayconfig_la_LIBADD = -ltdeui $(LIB_TDEIO) $(LIB_XRANDR)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = displayconfig.h
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmdisplayconfig.pot
|
|
|
|
xdg_apps_DATA = displayconfig.desktop
|