X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=4ace9aa0159fae299c1cf913ee250ad44ac6a1b4;hb=3b579d69622d53b95c6259daf0ecb4f5d2b1798b;hp=8d2475bb272ba9d31c992926d9f7400df68ed6cf;hpb=7e1685c0ea738d7f1d9347168a966daa318befb3;p=fips diff --git a/Makefile.local b/Makefile.local index 8d2475b..4ace9aa 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) @@ -94,7 +95,8 @@ libfips_srcs = \ fips-dispatch-gl.c \ glwrap.c \ glxwrap.c \ - metrics.c + metrics.c \ + xmalloc.c ifeq ($(HAVE_EGL),Yes) libfips_srcs += eglwrap.c