aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: 70c834fbb60ed8162d414243a2c2d2655f38a30b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                   



                
 
                                        
 

      
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 

                                 
                                 
               
 
                             
                                         
                                         

                                         
                              


                                                                                 
 
                                  
          

                                                   
          
 

               
                 
SUBDIRS = lib embed src data po doc

if ENABLE_TESTS
SUBDIRS += tests
endif

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

NULL =

EXTRA_DIST =            \
    autogen.sh      \
    COPYING.README      \
    HACKING         \
    MAINTAINERS     \
    ChangeLog       \
    ChangeLog-20030925  \
    ChangeLog-20040912  \
    ChangeLog-20050828  \
    ChangeLog-20061106  \
    ChangeLog-20070912  \
    po/ChangeLog.pre-2-23   \
    $(NULL)

DISTCHECK_CONFIGURE_FLAGS = \
    --enable-debug          \
    --enable-zeroconf       \
    --enable-gtk-doc        \
    --disable-schemas-install   \
    --disable-scrollkeeper

# Ignore gtk theme cache files on distcheck
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'

# Build ChangeLog from git history
ChangeLog:
    @if test -f $(top_srcdir)/.git/HEAD; then \
        git log --stat > $@; \
    fi

dist: ChangeLog

.PHONY: ChangeLog