goat3dgfx

diff Makefile.in @ 32:7f0aed0fe289

uberized the configure script
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Mar 2014 17:40:51 +0200
parents 0ac499409edd
children
line diff
     1.1 --- a/Makefile.in	Sun Mar 02 04:20:00 2014 +0200
     1.2 +++ b/Makefile.in	Sun Mar 02 17:40:51 2014 +0200
     1.3 @@ -28,11 +28,11 @@
     1.4  inc = -Isrc -Isrc/vr
     1.5  warn = -Wall
     1.6  
     1.7 -libs_ldflags = -limago -lanim -lpsys -lvmath -lresman
     1.8 +libs_ldflags =
     1.9  
    1.10  CFLAGS = -pedantic $(warn) $(dbg) $(pic) $(opt) $(inc) $(cfg_cflags) $(libs_cflags)
    1.11  CXXFLAGS =  $(CFLAGS)
    1.12 -LDFLAGS = $(cfg_ldflags) $(libs_ldflags) -lgoat3d
    1.13 +LDFLAGS = $(cfg_ldflags) $(libs_ldflags)
    1.14  
    1.15  .PHONY: all
    1.16  all: $(lib_so) $(lib_a)