Skip to content
Snippets Groups Projects
Makefile.am 640 B
Newer Older
if HAVE_PYTHON
PYTHON_SUBDIR=python
endif

SUBDIRS =								\
	$(PYTHON_SUBDIR)						\
	tests
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 =								\
	AUTHORS								\
	COPYING								\
	ChangeLog							\
	HACKING								\
	INSTALL								\
	NEWS								\
	README								\
	TODO								\
	exo.spec.in							\
	exo.spec
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
Benedikt Meurer's avatar
 
Benedikt Meurer committed

# vi:set ts=8 sw=8 noet ai nocindent: