]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
Typo
[~andy/gtk] / Makefile.am
index 090c2fb4ceabb9cf235d9fa6a57ead8b515d5915..055656a874023695d9e8f8bb5f62a958e8afaea2 100644 (file)
@@ -2,10 +2,11 @@
 include $(top_srcdir)/Makefile.decl
 
 SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib
-SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros
+SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
 
 # require automake 1.4
 AUTOMAKE_OPTIONS = 1.7
+ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST +=                  \
        HACKING                 \
@@ -176,7 +177,7 @@ DISTCLEANFILES =                            \
        config.lt
 
 distclean-local:
-       if test $(srdcir) = .; then :; else \
+       if test "$(srcdir)" = "."; then :; else \
                rm -f ChangeLog; \
        fi
 
@@ -242,7 +243,7 @@ sanity:
 snapshot:
        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds --enable-introspection
 
 GITIGNOREFILES = \
        po-properties/Makefile.in.in \