Makefile.am 681 Bytes
Newer Older
Victor Ananjesky's avatar
Victor Ananjesky committed
1 2
SUBDIRS = icons

3
desktop_in_files =
Victor Ananjesky's avatar
Victor Ananjesky committed
4
if BUILD_IB
5 6 7 8 9 10
desktop_in_files += yad-icon-browser.desktop.in
endif
if !STANDALONE
desktop_in_files += yad-settings.desktop.in
endif

Victor Ananjesky's avatar
Victor Ananjesky committed
11 12 13 14
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

Victor Ananjevsky's avatar
Victor Ananjevsky committed
15 16
gsettings_in_files = yad.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
17 18 19
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@

Victor Ananjesky's avatar
Victor Ananjesky committed
20
dist_man_MANS = yad.1
21 22
if BUILD_TOOLS
dist_man_MANS += yad-tools.1
Victor Ananjevsky's avatar
Victor Ananjevsky committed
23
endif
Victor Ananjesky's avatar
Victor Ananjesky committed
24 25 26 27

m4dir = $(datadir)/aclocal
m4_DATA = yad.m4

28
EXTRA_DIST = $(desktop_in_files) $(gsettings_in_files) misc
Victor Ananjesky's avatar
Victor Ananjesky committed
29

30
DISTCLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS) $(m4_DATA) yad.spec