X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=c82590c14b478ad582c57927b3e9be765b003d04;hb=b8b9a79e315bf3a030c3b0840ad1490746b5a8e0;hp=6ee50ab1148e458af9ec731875d5e8613e093d23;hpb=44b4f7ecdfb8c538aa7616d2ea718f7465446388;p=fips diff --git a/Makefile.local b/Makefile.local index 6ee50ab..c82590c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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)