]> git.cworth.org Git - fips/blobdiff - Makefile.local
Add xmalloc function
[fips] / Makefile.local
index 8d2475bb272ba9d31c992926d9f7400df68ed6cf..4ace9aa0159fae299c1cf913ee250ad44ac6a1b4 100644 (file)
@@ -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