parent
430baee366
commit
a5355f1513
@ -1,4 +1,4 @@
|
||||
SUBDIRS = kstep glow cde icewm openlook kde1 system riscos smooth-blend
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_art_clients.pot
|
||||
$(XGETTEXT) `find . -name \*.cpp` -o $(podir)/twin_art_clients.pot
|
||||
|
@ -1,3 +1,3 @@
|
||||
if test "x$kde_use_qt_mac" = "xyes"; then
|
||||
DO_NOT_COMPILE="$DO_NOT_COMPILE kwin-styles"
|
||||
DO_NOT_COMPILE="$DO_NOT_COMPILE twin-styles"
|
||||
fi
|
||||
|
@ -1,16 +1,16 @@
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
kde_module_LTLIBRARIES = kwin3_kde1.la
|
||||
kde_module_LTLIBRARIES = twin3_kde1.la
|
||||
|
||||
kwin3_kde1_la_SOURCES = kde1client.cpp
|
||||
kwin3_kde1_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx
|
||||
kwin3_kde1_la_LIBADD = -ltdecorations
|
||||
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
|
||||
|
||||
METASOURCES = AUTO
|
||||
noinst_HEADERS = kde1client.h
|
||||
|
||||
lnkdir = $(kde_datadir)/kwin/
|
||||
lnkdir = $(kde_datadir)/twin/
|
||||
lnk_DATA = kde1.desktop
|
||||
EXTRA_DIST = $(lnk_DATA)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Justin Berstler aka spasemunkie on kdelook.org - spasemunkie at gmail.com : for his buttons!
|
||||
Rick aka bitwit on kdelook.org - bitwit at digilanti.org : for his kwin_template
|
||||
David Johnson - david at usermode.org : for his example kwin tutorial
|
||||
Rick aka bitwit on kdelook.org - bitwit at digilanti.org : for his twin_template
|
||||
David Johnson - david at usermode.org : for his example twin tutorial
|
||||
Thomas Lübking aka thomas12777 on kdelook.org - baghira-style at gmx.net : for answering questions on getting pixmap buttons into code
|
||||
Scott Grayban aka sgrayban on kdelook.org : for testing and hosting the files to be downloaded
|
||||
|
Loading…
Reference in new issue