9e10f0990c
style at: http://www.mosfet.org/next.gif I'll be adding the color scheme used in a sec. svn path=/trunk/kdebase/kwin/; revision=36087
17 lines
441 B
Makefile
17 lines
441 B
Makefile
|
|
INCLUDES = $(all_includes)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
|
|
bin_PROGRAMS = kwin
|
|
|
|
kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp systemclient.cpp nextclient.cpp
|
|
|
|
kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI)
|
|
|
|
KDE_ICON = kwin
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
$(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po $(podir)/kwin.pot
|
|
|