diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-20 11:05:18 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-20 11:05:18 +0200 |
commit | d1db3ee59c9886ad4f0390a8bc28fbc08c0837f1 (patch) | |
tree | 8a1812139997ac7804a546b33d66d1e9aec39b08 /examples | |
parent | 789c9d820186328e14dc93c32c1a766445ede4f4 (diff) | |
download | libtasn1-d1db3ee59c9886ad4f0390a8bc28fbc08c0837f1.tar.gz libtasn1-d1db3ee59c9886ad4f0390a8bc28fbc08c0837f1.tar.bz2 libtasn1-d1db3ee59c9886ad4f0390a8bc28fbc08c0837f1.zip |
Fix warning flags.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 62c84f0..b6997c3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,7 +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_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg |