diff options
author | Matt Turner <[email protected]> | 2013-02-21 16:27:03 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:45 -0800 |
commit | 72cf4baeb3cd59bd891fab7b90967329795fe080 (patch) | |
tree | 3e524b72c9fb11ff5078e3e34a2822c9ea0e6de0 | |
parent | f6357a993b6d0e1baaf8017cba615e2885600d1c (diff) |
mapi: Add mapi_abi.py to EXTRA_DIST
-rw-r--r-- | src/mapi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index a5a486b7104..0f6ceb04628 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -32,6 +32,8 @@ check_PROGRAMS = pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = +EXTRA_DIST = mapi_abi.py + AM_CFLAGS = $(PTHREAD_CFLAGS) AM_CPPFLAGS = \ $(DEFINES) \ |