tRedundant defines and ldflags removed from subdirectory Makefiles. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 29c94997a64972bd1a29ace4a97b3eb1da48f72b
(DIR) parent 4113e6d13f59c4f57e5fff35456f7c42bc266a4f
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:42:23 +0000
Redundant defines and ldflags removed from subdirectory Makefiles.
Diffstat:
M src/curses_client/Makefile.am | 2 +-
M src/cursesport/Makefile.am | 3 +--
M src/gtkport/Makefile.am | 2 +-
M src/gui_client/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/src/curses_client/Makefile.am b/src/curses_client/Makefile.am
t@@ -1,4 +1,4 @@
noinst_LIBRARIES = libcursesclient.a
libcursesclient_a_SOURCES = curses_client.c curses_client.h
INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GLIB_CFLAGS@
-DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
+DEFS = @DEFS@
(DIR) diff --git a/src/cursesport/Makefile.am b/src/cursesport/Makefile.am
t@@ -1,5 +1,4 @@
noinst_LIBRARIES = libcursesport.a
libcursesport_a_SOURCES = cursesport.c cursesport.h
INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../..
-LDADD = @INTLLIBS@
-DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
+DEFS = @DEFS@
(DIR) diff --git a/src/gtkport/Makefile.am b/src/gtkport/Makefile.am
t@@ -1,4 +1,4 @@
noinst_LIBRARIES = libgtkport.a
libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c clist.h
INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@
-DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
+DEFS = @DEFS@
(DIR) diff --git a/src/gui_client/Makefile.am b/src/gui_client/Makefile.am
t@@ -3,4 +3,4 @@ libguiclient_a_SOURCES = gtk_client.c gtk_client.h \
optdialog.c optdialog.h \
newgamedia.c newgamedia.h dopewars-pill.xpm
INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@
-DEFS = @DEFS@ -DLOCALEDIR=\"${localedir}\"
+DEFS = @DEFS@