36b64e3897
works, because I haven't written any kind of docs for it yet, and the most important button doesn't work yet either (yes, that one that has it written on it). I just hope the GUI doesn't suck too much, because I'm really bad at such things. svn path=/trunk/kdebase/kwin/; revision=322524
18 lines
575 B
Makefile
18 lines
575 B
Makefile
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kcm_kwinoptions.la
|
|
|
|
kcm_kwinoptions_la_SOURCES = windows.cpp mouse.cpp main.cpp
|
|
kcm_kwinoptions_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
|
|
kcm_kwinoptions_la_LIBADD = $(LIB_KDEUI)
|
|
|
|
noinst_HEADERS = windows.h mouse.h
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmkwm.pot
|
|
|
|
kwin_kcmkwin_options_data_DATA = kwinactions.desktop kwinadvanced.desktop kwinfocus.desktop kwinmoving.desktop
|
|
kwin_kcmkwin_options_datadir = $(kde_appsdir)/.hidden
|
|
|
|
xdg_apps_DATA = kwinoptions.desktop
|