X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=817a0a3fb49d3fe0fa7df6918855b0831a3901f5;hb=47739542f4ffba033bb70a8f58d1a056889f717e;hp=4ace9aa0159fae299c1cf913ee250ad44ac6a1b4;hpb=da0ee5e7efab316635f59d212028844f848fa6ce;p=fips diff --git a/Makefile.local b/Makefile.local index 4ace9aa..817a0a3 100644 --- a/Makefile.local +++ b/Makefile.local @@ -90,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-info.c \ xmalloc.c ifeq ($(HAVE_EGL),Yes)