1## Process this file with automake to produce Makefile.in
2## Created by Anjuta
3
4SUBDIRS = src po \
5	pixmaps
6
7gbemoldocdir = ${prefix}/doc/gbemol
8EXTRA_DIST = $(gbemoldoc_DATA) \
9	$(desktop_DATA)\
10	$(intltool)
11
12desktop_DATA = \
13	gbemol.desktop
14
15intltool = \
16	intltool-extract.in \
17	intltool-merge.in \
18	intltool-update.in
19
20desktopdir = \
21	${prefix}/share/applications
22
23
24# Copy all the spec files. Of cource, only one is actually used.
25dist-hook:
26	for specfile in *.spec; do \
27		if test -f $$specfile; then \
28			cp -p $$specfile $(distdir); \
29		fi \
30	done
31
32