repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
inputmethod
/
imf-selector
/
src
/
Makefile.am
blob
e3d52c513f88ef33b8ca2702575cd6dd02ad1614
1
SUBDIRS = src data po help
2
3
desktopdir = $(datadir)/applications
4
desktop_in_files = imf-selector.desktop.in
5
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
6
@INTLTOOL_DESKTOP_RULE@
7
8
9
EXTRA_DIST = \
10
autogen.sh \
11
OPENSOLARIS.LICENSE \
12
$(desktop_in_files)
13
14
DISTCLEANFILES = \
15
$(desktop_DATA)
16