goat3dgfx
diff Makefile.in @ 15:7d6b667821cf
wrapped everything in the goatgfx namespace
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 30 Nov 2013 20:52:21 +0200 |
parents | 1868c5975f31 |
children | 0ac499409edd |
line diff
1.1 --- a/Makefile.in Sat Nov 30 15:15:34 2013 +0200 1.2 +++ b/Makefile.in Sat Nov 30 20:52:21 2013 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 1.5 CFLAGS = -pedantic $(warn) $(dbg) $(pic) $(opt) $(inc) $(cfg_cflags) $(libs_cflags) 1.6 CXXFLAGS = $(CFLAGS) 1.7 -LDFLAGS = $(cfg_ldflags) $(libs_ldflags) 1.8 +LDFLAGS = $(cfg_ldflags) $(libs_ldflags) -lgoat3d 1.9 1.10 .PHONY: all 1.11 all: $(lib_so) $(lib_a)