2007-07-10 17:59:52 +02:00
|
|
|
Index: Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- Makefile.am.orig
|
|
|
|
+++ Makefile.am
|
2008-01-23 20:59:47 +01:00
|
|
|
@@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.decl
|
2007-01-05 16:49:20 +01:00
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
|
|
|
|
+ACLOCAL_AMFLAGS = -I m4macros
|
|
|
|
+
|
2008-02-22 01:22:03 +01:00
|
|
|
SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
|
2008-01-23 20:59:47 +01:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS) build
|
2007-01-05 16:49:20 +01:00
|
|
|
|