comparison src/Makefile.am @ 729:dac996d69abb

Updated libtool support so Mingw32 builds work.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Oct 2003 07:13:16 +0000
parents f0c696e476da
children e70f80e98f60
comparison
equal deleted inserted replaced
728:5446a009107a 729:dac996d69abb
18 # The SDL library target 18 # The SDL library target
19 lib_LTLIBRARIES = libSDL.la 19 lib_LTLIBRARIES = libSDL.la
20 20
21 libSDL_la_SOURCES = $(GENERAL_SRCS) 21 libSDL_la_SOURCES = $(GENERAL_SRCS)
22 libSDL_la_LDFLAGS = \ 22 libSDL_la_LDFLAGS = \
23 -no-undefined \
23 -release $(LT_RELEASE) \ 24 -release $(LT_RELEASE) \
24 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 25 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
25 libSDL_la_LIBADD = \ 26 libSDL_la_LIBADD = \
26 main/libarch.la \ 27 main/libarch.la \
27 @SDL_EXTRALIBS@ \ 28 @SDL_EXTRALIBS@ \