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
520 B
17 lines
520 B
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin3_openlook.la
|
|
|
|
kwin3_openlook_la_SOURCES = OpenLook.cpp
|
|
kwin3_openlook_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx
|
|
kwin3_openlook_la_LIBADD = -lkdecorations
|
|
|
|
noinst_HEADERS = OpenLook.h
|
|
METASOURCES = AUTO
|
|
|
|
linkdir = $(kde_datadir)/kwin/
|
|
link_DATA = openlook.desktop
|
|
|
|
EXTRA_DIST = $(link_DATA)
|
|
|