blob: bf4cebf432f73e29885d0d461d3760b786519d77 (
plain) (
tree)
|
|
SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat
DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper
INTLTOOL = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = \
ChangeLog \
README \
CONTRIBUTORS \
$(INTLTOOL)
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
# Workaround broken scrollkeeper that doesn't remove its files on
# uninstall.
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
|