[SCM] C Bindings for the SFML Library branch, debian/correct-destdir, updated. upstream/1.3-43-g819234f

Christoph Egger Christoph.Egger at gmx.de
Sat Jan 10 17:16:02 UTC 2009


The following commit has been merged in the debian/correct-destdir branch:
commit 2eff2fd5334239c05ddc6d8e845bbc23a3285f13
Merge: be8a6dd6ec7c4b2b75e02d5267b7006f2ea3221d 6f4f434627a14cdf951716815482aec0597e07aa
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Jan 10 17:41:27 2009 +0100

    merge

diff --combined CSFML/src/SFML/Window/Makefile
index c5918b0,ac76431..17309be
mode 100644,100755..100755
--- a/CSFML/src/SFML/Window/Makefile
+++ b/CSFML/src/SFML/Window/Makefile
@@@ -6,7 -6,7 +6,7 @@@ LIBNAME = $(LIBPATH)/$(LIB).$(VERSION
  all: $(LIB)
  
  libcsfml-window.so: $(OBJ)
 -	$(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lsfml-window -lsfml-system
 +	$(CPP) $(LDFLAGS) -Wl,-soname,$(LIB).$(VERSION) -o $(LIBNAME) $(OBJ) -lsfml-window
  
  $(OBJ): %.o: %.cpp
  	$(CPP) -o $@ -c $< $(CFLAGS)
@@@ -20,4 -20,4 +20,4 @@@ mrproper: clea
  	@rm -rf $(LIBNAME)
  
  install:
- 	@($(CP) $(LIBNAME) $(DESTLIBDIR) && $(LN) $(LNFLAGS) $(LIB).$(VERSION) $(DESTLIBDIR)/$(LIB))
+ 	@($(CP) $(LIBNAME) $(DESTLIBDIR) && $(LN) $(LNFLAGS) $(DESTLIBDIR)/$(LIB).$(VERSION) $(DESTLIBDIR)$(LIB))

-- 
C Bindings for the SFML Library



More information about the Pkg-games-commits mailing list