1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = librawstudio plugins src po pixmaps profiles
4
5desktopdir = $(datadir)/applications
6desktop_DATA = rawstudio.desktop
7
8EXTRA_DIST = \
9	autogen.sh \
10	ChangeLog \
11	rawstudio.desktop \
12	gettext.h \
13	.version
14
15ChangeLog:
16	svn2cl -i
17