blob: 981a8a9b62d0c0691781116a34bbc197de0649d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|