diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2010-08-07 20:27:25 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2010-08-09 09:42:55 +0200 |
commit | c403c7f9c92a2c1a8ba6c988ea8fc4f48650c734 (patch) | |
tree | fdbccd196d00fc49c458ab2788ceefdaf5fd9d7a /Makefile.am | |
parent | 7c19727acd122d646a497a0885f001c61e3284bb (diff) | |
download | vala-c403c7f9c92a2c1a8ba6c988ea8fc4f48650c734.tar.gz |
Add vala.m4 with VALA_CHECK_PACKAGES macro
Fixes bug 626321.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0e0f9bf00..cad1fa6b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,9 @@ DIST_SUBDIRS = \ vapigen \ $(NULL) +aclocaldir = $(datadir)/aclocal +dist_aclocal_DATA = vala.m4 + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = vala@PACKAGE_SUFFIX@.pc |