From 66c5e7c5720e98150a0cc89ed312a05f64469ab9 Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Mon, 19 May 2008 13:44:04 +0000 Subject: [PATCH] libt2n: (reinhard) removed module arg; this avoids the annoying warning of libtool when linking with t2n. --- src/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0211215..2b91e29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,6 @@ INCLUDES= $(all_includes) # the library search path. lib_LTLIBRARIES = libt2n.la -libt2n_la_LDFLAGS = -module libt2n_la_SOURCES = server.cpp socket_server.cpp client.cpp connection.cpp \ socket_handler.cpp socket_client.cpp command_server.cpp command_client.cpp \ t2n_exception.cpp command.cpp container.cpp -- 1.7.1