diff options
author | jimw@mysql.com <> | 2006-04-13 13:26:22 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2006-04-13 13:26:22 -0700 |
commit | 19b9a6c97d29882d11868b01221cd922fb423f26 (patch) | |
tree | ae7c63faa6447c9e677b6558ec591269b690958f /unittest | |
parent | 4cfc378096bc9e583320b281bc34b0147d87ec66 (diff) | |
download | mariadb-git-19b9a6c97d29882d11868b01221cd922fb423f26.tar.gz |
Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/examples/Makefile.am | 2 | ||||
-rw-r--r-- | unittest/mytap/t/Makefile.am | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am index 7990777d5b6..797784760ff 100644 --- a/unittest/examples/Makefile.am +++ b/unittest/examples/Makefile.am @@ -3,8 +3,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -AM_CFLAGS = -W -Wall -ansi -pedantic - LDADD = -lmytap noinst_PROGRAMS = simple.t skip.t todo.t skip_all.t no_plan.t 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 |