0b0548786a
like that. svn path=/trunk/kdebase/kwin/; revision=36618
19 lines
457 B
Makefile
19 lines
457 B
Makefile
|
|
INCLUDES = $(all_includes)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
|
|
SUBDIRS = pics
|
|
|
|
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
|
|
|