diff Makefile.in @ 4263:3c12d2e84bcb SDL-1.2

Reverted revision 4880 since this breaks installation on Mac OS X. We'll just punt the bug for 1.2.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 29 Sep 2009 06:31:29 +0000
parents 42d28f92253b
children 0e7b63f8ac75
line wrap: on
line diff
--- a/Makefile.in	Tue Sep 29 04:03:58 2009 +0000
+++ b/Makefile.in	Tue Sep 29 06:31:29 2009 +0000
@@ -48,7 +48,7 @@
 LT_CURRENT  = @LT_CURRENT@
 LT_RELEASE  = @LT_RELEASE@
 LT_REVISION = @LT_REVISION@
-LT_LDFLAGS  = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+LT_LDFLAGS  = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)