# $Id: Makefile.am 16200 2005-07-09 19:14:53Z benny $
#
# Copyright (c) 2002-2005
#         The Xfce development team. All rights reserved.
#
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#

SUBDIRS = 								\
	m4macros							\
	scripts

AUTOMAKE_OPTIONS =							\
	1.8								\
	dist-bzip2

distclean-local:
	rm -rf *.spec *.cache *~

rpm: dist
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz

EXTRA_DIST =								\
	HACKING								\
	xfce4-dev-tools.spec


syntax highlighted by Code2HTML, v. 0.9.1