1## Makefile.am -- Process this file with automake to produce Makefile.in
2
3AUX_DIST = \
4	$(ac_aux_dir)/config.guess \
5	$(ac_aux_dir)/config.sub \
6	$(ac_aux_dir)/install-sh \
7	$(ac_aux_dir)/ltconfig \
8	$(ac_aux_dir)/ltmain.sh \
9	$(ac_aux_dir)/missing \
10	$(ac_aux_dir)/depcomp
11
12EXTRA_DIST = \
13	autogen.sh \
14	intltool-extract.in \
15	intltool-merge.in \
16	intltool-update.in \
17	ChangeLog \
18	ChangeLog.old \
19	Doxygen.in \
20	pcmanx.desktop.in \
21	pcmanx-gtk2.spec.in
22
23## @end 1
24AUTOMAKE_OPTIONS = gnu
25SUBDIRS = libltdl src po data
26
27## @start 1
28MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in $(AUX_DIST)
29
30CLEANFILES = *.bak src/*.bak
31
32DISTCLEANFILES = intltool-extract intltool-merge intltool-update
33
34desktopdir = $(datadir)/applications
35desktop_DATA = pcmanx.desktop
36
37icondir = $(datadir)/pixmaps/
38icon_DATA = data/pcmanx.svg
39