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.
15 lines
418 B
15 lines
418 B
|
|
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 minicli.cpp |
|
|
|
kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI) |
|
|
|
METASOURCES = AUTO |
|
|
|
messages: |
|
$(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po ../po/kwin.pot |
|
|
|
|