Skip to content
Snippets Groups Projects
Makefile.am 1.15 KiB
Newer Older
if HAVE_LIBNOTIFY
EXO_MOUNT_NOTIFY_SUBDIR=exo-mount-notify
endif

if HAVE_PYTHON
PYTHON_SUBDIR=python
endif

SUBDIRS =								\
	exo-desktop-item-edit						\
	exo-mount							\
	$(EXO_MOUNT_NOTIFY_SUBDIR)					\
	$(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								\
	intltool-extract.in						\
	intltool-merge.in						\
	intltool-update.in

DISTCLEANFILES =							\
	intltool-extract						\
	intltool-merge							\
	intltool-update
DISTCHECK_CONFIGURE_FLAGS =						\
	--enable-gtk-doc						\
	--enable-xml2po							\
	--enable-xsltproc
Benedikt Meurer's avatar
 
Benedikt Meurer committed

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