X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=4ace9aa0159fae299c1cf913ee250ad44ac6a1b4;hb=da0ee5e7efab316635f59d212028844f848fa6ce;hp=8d2475bb272ba9d31c992926d9f7400df68ed6cf;hpb=7980e4108be1dff9b074aa91b97c8d787df41d83;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