From 76ce363a43cc6d06de133d167b153056f25cdbdf Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Mon, 17 Jan 2005 18:57:38 +0000 Subject: Removed allegro from autoconf and added -lguichan_sdl --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e8dfee8c..a18836dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ tmw_SOURCES = sound/sound.cpp \ INCLUDES= $(all_includes) # the library search path. -tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) $(LIBALLEGRO_RPATH) -lSDL_mixer -tmw_CXXFLAGS = $(LIBSDL_CFLAGS) $(LIBALLEGRO_CFLAGS) -tmw_LDADD = $(LIBSDL_LIBS) $(LIBALLEGRO_LIBS) +tmw_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH) -lguichan -lguichan_sdl +tmw_CXXFLAGS = $(LIBSDL_CFLAGS) +tmw_LDADD = $(LIBSDL_LIBS) tmw_TARGET = ../tmw -- cgit v1.2.3-70-g09d2