X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=817a0a3fb49d3fe0fa7df6918855b0831a3901f5;hb=47739542f4ffba033bb70a8f58d1a056889f717e;hp=8d2475bb272ba9d31c992926d9f7400df68ed6cf;hpb=7e1685c0ea738d7f1d9347168a966daa318befb3;p=fips diff --git a/Makefile.local b/Makefile.local index 8d2475b..817a0a3 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,15 @@ 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 \ + metrics-info.c \ + xmalloc.c ifeq ($(HAVE_EGL),Yes) libfips_srcs += eglwrap.c