diff options
author | Dan Winship <danw@gnome.org> | 2009-08-09 09:42:14 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2009-08-09 09:42:14 -0400 |
commit | 31977749646a3bc7d8945462403ddb03c95be468 (patch) | |
tree | 5ad401ae5d81c71dd78dcabbc83d23b44d5be6a4 /Makefile.am | |
parent | e225c3bfa2075a32fcf3621f2cc8a7cbc41678eb (diff) | |
download | libsoup-31977749646a3bc7d8945462403ddb03c95be468.tar.gz libsoup-31977749646a3bc7d8945462403ddb03c95be468.tar.bz2 libsoup-31977749646a3bc7d8945462403ddb03c95be468.zip |
Use an m4/ directory for aclocal files
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 6c7dc3cd..686e2e62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = 1.6 +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libsoup tests docs |