Browse Source

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.
pull/374/head
Narayanan V 18 years ago
parent
commit
cc5c162887
  1. 2
      Makefile.am

2
Makefile.am

@ -58,6 +58,8 @@ dist-hook:
--datadir=$(distdir)/win/data \
--srcdir=$(top_srcdir)
all-local: abi_check
tags:
support-files/build-tags

Loading…
Cancel
Save