]> Dogcows Code - chaz/homebank/blob - Makefile.am
d2be1b9d5b0380c93470c929b420a64b833ca8fb
[chaz/homebank] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = icons datas
4
5 desktopdir = $(datadir)/applications
6 desktop_in_files = homebank.desktop.in
7 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
8 @INTLTOOL_DESKTOP_RULE@
9
10 EXTRA_DIST = \
11 $(desktop_in_files)
12
13 CLEANFILES = \
14 $(desktop_DATA)
15
16 DISTCLEANFILES = \
17 $(desktop_DATA)
18
This page took 0.031368 seconds and 3 git commands to generate.