diff options
author | Vincent Untz <vuntz@gnome.org> | 2009-07-21 19:34:28 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2009-07-21 19:34:28 +0200 |
commit | aed3a2b0e714f8d475129c06e03ef1b78daa6c10 (patch) | |
tree | 1e3ddef4ab6475182a7f6d4f33d9818d59bd5638 /Makefile.am | |
parent | bf3ae356781a9ed2ae32130ed28ee49fe849383a (diff) | |
download | libwnck-aed3a2b0e714f8d475129c06e03ef1b78daa6c10.tar.gz |
[build] Set m4/ as macro dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 55d20ba..e8f32db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = libwnck doc po +ACLOCAL_AMFLAGS = -I m4 + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libwnck-1.0.pc |