From e7d0e1f6bc3a1583cc72b3fe5230a5bcb2e63f1d Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Fri, 8 Jul 2005 09:47:06 +0000 Subject: Added basic update system (depends on curl). --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b1fe75c5..74b1383f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,6 +99,8 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/vbox.cpp \ gui/hbox.h \ gui/hbox.cpp \ + gui/updatewindow.h \ + gui/updatewindow.cpp \ net/network.cpp \ net/network.h \ net/protocol.cpp \ @@ -152,6 +154,6 @@ INCLUDES = \ # the library search path. tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) `pkg-config --libs libxml-2.0` -tmw_CXXFLAGS = -Wall $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` -tmw_LDADD = $(LIBSDL_LIBS) -lguichan_sdl -lguichan $(OPENGL_LIBS) -lphysfs +tmw_CXXFLAGS = -Wall $(OPENGL_CFLAGS) $(LIBSDL_CFLAGS) `pkg-config --cflags libxml-2.0` $(CURL_CFLAGS) +tmw_LDADD = $(LIBSDL_LIBS) -lguichan_sdl -lguichan $(OPENGL_LIBS) -lphysfs $(CURL_LIBS) tmw_TARGET = tmw -- cgit v1.2.3-70-g09d2