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
388 B
17 lines
388 B
15 years ago
|
|
||
|
INCLUDES = $(all_includes)
|
||
|
|
||
13 years ago
|
kde_module_LTLIBRARIES = twin3_kde1.la
|
||
15 years ago
|
|
||
13 years ago
|
twin3_kde1_la_SOURCES = kde1client.cpp
|
||
|
twin3_kde1_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
|
||
|
twin3_kde1_la_LIBADD = -ltdecorations
|
||
15 years ago
|
|
||
|
METASOURCES = AUTO
|
||
|
noinst_HEADERS = kde1client.h
|
||
|
|
||
13 years ago
|
lnkdir = $(kde_datadir)/twin/
|
||
15 years ago
|
lnk_DATA = kde1.desktop
|
||
|
EXTRA_DIST = $(lnk_DATA)
|
||
|
|