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.
11 lines
381 B
11 lines
381 B
SUBDIRS = shared kcontrol app data update $(KHOTKEYS_ARTS_SUBDIR)
|
|
|
|
khotkeys_autostart_DATA = khotkeys.desktop
|
|
khotkeys_autostartdir = $(datadir)/autostart
|
|
|
|
EXTRA_DIST = $(khotkeys_autostart_DATA) COPYING AUTHORS
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) kcontrol/ui/*.ui data/*.khotkeys >> rc.cpp
|
|
$(XGETTEXT) rc.cpp app/*.cpp shared/*.cpp shared/*.h kcontrol/*.cpp -o $(podir)/khotkeys.pot
|