aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: 16116733701c8ef97f1490933767b67ee0f3bd05 (plain) (tree)
1
                                                                                               






















                                                                                     
SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat src

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'