aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: e71acc96f5c1234f8e043f9f260a0fe3979a6633 (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       \
    $(NULL)

DISTCHECK_CONFIGURE_FLAGS = \
    --enable-debug

@GNOME_CODE_COVERAGE_RULES@

# 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