diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-28 00:35:08 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-28 00:35:08 +0000 |
commit | b17ca44f0b33bed6c97ddbc112b023e50b9b4663 (patch) | |
tree | b5600aa17cf70e525fa05ad6ed6598aef0648327 /tests | |
parent | fd6e025d61412090b5117ed5a7a3d645128d3f2f (diff) |
fix test # 558 and 559 CFLAGS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index ce700bd58..c5aefd475 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -164,7 +164,7 @@ lib556_SOURCES = lib556.c $(SUPPORTFILES) lib557_SOURCES = lib557.c $(SUPPORTFILES) lib558_SOURCES = lib558.c $(SUPPORTFILES) -lib526_CFLAGS = -DLIB558 +lib558_CFLAGS = -DLIB558 lib559_SOURCES = lib558.c $(SUPPORTFILES) -lib526_CFLAGS = -DLIB559 +lib559_CFLAGS = -DLIB559 |