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.
21 lines
420 B
21 lines
420 B
|
|
INCLUDES = $(all_includes) |
|
|
|
lib_LTLIBRARIES = libkwinsystem.la |
|
|
|
libkwinsystem_la_SOURCES = systemclient.cpp |
|
|
|
METASOURCES = AUTO |
|
noinst_HEADERS = systemclient.h |
|
|
|
lnkdir = $(kde_datadir)/kwin/ |
|
lnk_DATA = system.desktop |
|
|
|
EXTRA_DIST = $(lnk_DATA) |
|
|
|
libkwinsystem_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module |
|
libkwinsystem_la_LIBADD = $(LIB_KDEUI) |
|
|
|
###KMAKE-start (don't edit or delete this block) |
|
|
|
###KMAKE-end
|
|
|