diff options
author | Gabriele Svelto <gabriele.svelto@gmail.com> | 2012-05-28 15:36:08 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-05-29 10:51:08 +0200 |
commit | 0beff7a99124122b4cbb4b153e036913819f0117 (patch) | |
tree | 1a3a7beb6715b16014b84fa1290428f455812936 /Makefile.am | |
parent | c566b876392e082a9c25181edeff2dd086218180 (diff) |
Add the PKG_CHECK_MODULES macro definition to the distribution
Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
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 57d0aa1..91b1477 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ DIST_SUBDIRS = foreign/openpgm src doc perf tests builds/msvc EXTRA_DIST = \ autogen.sh \ m4/ax_pthread.m4 \ + m4/pkg.m4 \ version.sh \ foreign/openpgm/@pgm_basename@.tar.gz MAINTAINERCLEANFILES = \ |