X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=db5c3bc4958632fe388427b179c1f6d927662b19;hb=c60ce62ccb73402852eb4537dc435b6334a1538b;hp=8d2475bb272ba9d31c992926d9f7400df68ed6cf;hpb=7e1685c0ea738d7f1d9347168a966daa318befb3;p=fips diff --git a/Makefile.local b/Makefile.local index 8d2475b..db5c3bc 100644 --- a/Makefile.local +++ b/Makefile.local @@ -76,7 +76,8 @@ distclean: clean fips_srcs = \ execute.c \ - fips.c + fips.c \ + xmalloc.c fips_modules = $(fips_srcs:.c=.o) @@ -89,12 +90,14 @@ LIBRARY_LINK_FLAGS = -shared -Wl,--version-script=libfips.sym extra_cflags += -I$(srcdir) -fPIC libfips_srcs = \ + context.c \ dlwrap.c \ fips-dispatch.c \ fips-dispatch-gl.c \ glwrap.c \ glxwrap.c \ - metrics.c + metrics.c \ + xmalloc.c ifeq ($(HAVE_EGL),Yes) libfips_srcs += eglwrap.c