diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-09 16:46:25 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:22:01 -0200 |
commit | 945689548d1055a850c1ad2b10de71edfafcc2a3 (patch) | |
tree | 3ba31ce1f5b3541106dc1123d8d33a758a5ffcba /Makefile.am | |
parent | c171d586405435ada89b2dbdd91ba10272939d8b (diff) | |
download | gtk+-945689548d1055a850c1ad2b10de71edfafcc2a3.tar.gz |
Add an m4 directory and a introspection.m4
So we don't need the introspection.m4 file
to create a dist of gtk+
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 38f245bd6f..961260a5b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros # require automake 1.4 AUTOMAKE_OPTIONS = 1.7 +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST += \ HACKING \ |