From 87ededafe7347ce8f472658de2f25e626821c11b Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 13 Dec 2008 17:19:28 +0000 Subject: [PATCH] * src/bin/Makefile.am: and don't compile test_dlfcn... SVN revision: 38129 --- legacy/evil/ChangeLog | 5 +++++ legacy/evil/src/bin/Makefile.am | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/legacy/evil/ChangeLog b/legacy/evil/ChangeLog index 63656a3666..5777a2a187 100644 --- a/legacy/evil/ChangeLog +++ b/legacy/evil/ChangeLog @@ -1,3 +1,8 @@ +2008-12-13 Vincent Torri + + * src/bin/Makefile.am: + and don't compile test_dlfcn... + 2008-12-13 Vincent Torri * src/bin/evil_suite.c: diff --git a/legacy/evil/src/bin/Makefile.am b/legacy/evil/src/bin/Makefile.am index 7baa2ea0e5..5ba234e462 100644 --- a/legacy/evil/src/bin/Makefile.am +++ b/legacy/evil/src/bin/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = @win32_cflags@ -bin_PROGRAMS = evil_suite test_dlfcn test_pipe test_evil +bin_PROGRAMS = evil_suite test_pipe test_evil evil_suite_SOURCES = \ evil_suite.c \ @@ -33,10 +33,6 @@ endif evil_suite_LDADD = $(top_builddir)/src/lib/libevil.la $(top_builddir)/src/lib/dlfcn/libdl.la evil_suite_LDFLAGS = -Wl,--enable-auto-import -test_dlfcn_SOURCES = test_dlfcn.c -test_dlfcn_LDADD = $(top_builddir)/src/lib/libevil.la $(top_builddir)/src/lib/dlfcn/libdl.la -test_dlfcn_LDFLAGS = -Wl,--enable-auto-import - test_pipe_SOURCES = test_pipe.c test_pipe_LDADD = $(top_builddir)/src/lib/libevil.la test_pipe_LDFLAGS = -Wl,--enable-auto-import