From 78224d023a3503567f2b5e3d7acceacff6edfdc6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Apr 2006 13:26:22 -0700 Subject: Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files unittest/examples/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS unittest/mytap/t/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS --- unittest/mytap/t/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'unittest/mytap') diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am index b8e140832a6..948132783bc 100644 --- a/unittest/mytap/t/Makefile.am +++ b/unittest/mytap/t/Makefile.am @@ -4,8 +4,6 @@ AM_CPPFLAGS += -I$(srcdir)/.. AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -AM_CFLAGS = -Wall -ansi -pedantic - LDADD = -lmytap noinst_PROGRAMS = basic.t -- cgit v1.2.1