diff options
author | Narayanan V <v.narayanan@sun.com> | 2008-07-15 16:52:23 +0530 |
---|---|---|
committer | Narayanan V <v.narayanan@sun.com> | 2008-07-15 16:52:23 +0530 |
commit | cc5c162887e50638eb9e00bf6337ba4180ee9798 (patch) | |
tree | 36df31af63793063fd2685a9cf0835dbc4dfc1a8 /Makefile.am | |
parent | 475b8aad43e20fb66a2703cb0573977523923841 (diff) | |
download | mariadb-git-cc5c162887e50638eb9e00bf6337ba4180ee9798.tar.gz |
WL#4380
Add the abi_check rule to the main build.
Makefile.am:
Modify Makefile.am to add the abi_check rule
into the main build.
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 7e98cc5c504..6ea03a6d55e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,8 @@ dist-hook: --datadir=$(distdir)/win/data \ --srcdir=$(top_srcdir) +all-local: abi_check + tags: support-files/build-tags |