Makefile.am
changeset 593 2c04915af500
parent 589 5ed52ee1e2d9
child 691 3091cdf27671
equal deleted inserted replaced
590:bcbd229a80cb 593:2c04915af500
     3 SUBDIRS = loudmouth docs examples $(TEST_DIRS)
     3 SUBDIRS = loudmouth docs examples $(TEST_DIRS)
     4 DIST_SUBDIRS = loudmouth docs examples tests
     4 DIST_SUBDIRS = loudmouth docs examples tests
     5 
     5 
     6 EXTRA_DIST +=			\
     6 EXTRA_DIST +=			\
     7 	loudmouth-1.0.pc.in     \
     7 	loudmouth-1.0.pc.in     \
     8 	CONTRIBUTORS            \
       
     9 	README.WIN32
     8 	README.WIN32
    10 
     9 
    11 pkgconfigdir = $(libdir)/pkgconfig
    10 pkgconfigdir = $(libdir)/pkgconfig
    12 pkgconfig_DATA = loudmouth-1.0.pc
    11 pkgconfig_DATA = loudmouth-1.0.pc
    13 
    12 
    14 DISTCHECK_CONFIGURE_FLAGS =     \
    13 DISTCHECK_CONFIGURE_FLAGS =     \
    15 	--enable-gtk-doc
    14 	--enable-gtk-doc
    16 
    15 
       
    16 ChangeLog: OLD_VERSION=`git describe`
       
    17 ChangeLog:
       
    18 	git log --no-merges $(OLD_VERSION)..HEAD > $(srcdir)/ChangeLog