diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-10 21:06:12 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-10 21:06:12 +0100 |
commit | 62fac578a9f3327e0fbc650b39a0b5fd4074c9bd (patch) | |
tree | cd9df09b6fa97c0607851fa420c1c90dd53acebf /examples | |
parent | 81d83236e9a5ae5d10392be6c780f574aa247aa1 (diff) | |
download | libtasn1-62fac578a9f3327e0fbc650b39a0b5fd4074c9bd.tar.gz libtasn1-62fac578a9f3327e0fbc650b39a0b5fd4074c9bd.tar.bz2 libtasn1-62fac578a9f3327e0fbc650b39a0b5fd4074c9bd.zip |
Use gnulib warnings module.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index ea9a040..40d78c2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg |