]> git.cworth.org Git - fips/blobdiff - Makefile.local
Wrap all OpenGL drawing calls, measure GPU time of each, and account to shader.
[fips] / Makefile.local
index 6ee50ab1148e458af9ec731875d5e8613e093d23..c82590c14b478ad582c57927b3e9be765b003d04 100644 (file)
@@ -75,12 +75,13 @@ fips: $(fips_modules)
        $(call quiet,$(FINAL_FIPS_LINKER) $(CFLAGS)) $(FINAL_CFLAGS) $^ $(FINAL_FIPS_LDFLAGS) -o $@
 
 # GL-wrapper library, libfips
-LIBRARY_LINK_FLAGS = -shared -Wl,--version-script=libfips.sym,--no-undefined
+LIBRARY_LINK_FLAGS = -shared -Wl,--version-script=libfips.sym
 
 extra_cflags += -I$(srcdir) -fPIC
 
 libfips_srcs = \
        dlwrap.c \
+       glwrap.c \
        glxwrap.c
 
 libfips_32_modules = $(libfips_srcs:.c=-32.o)