1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = src po $(DOCDIR)
4
5spec = $(PACKAGE).spec
6
7EXTRA_DIST = COPYING AUTHORS INSTALL intltool-extract.in intltool-merge.in intltool-update.in $(spec) $(spec).in autogen.sh
8
9rpm: $(distdir).tar.gz
10	rpm -ta $(distdir).tar.gz
11
12