]> git.cworth.org Git - fips/blobdiff - Makefile.local
Remove useless fork before executing wrapped program.
[fips] / Makefile.local
index c82590c14b478ad582c57927b3e9be765b003d04..c81b0768c489b92553da20207b58ffaf67faddad 100644 (file)
@@ -82,7 +82,12 @@ extra_cflags += -I$(srcdir) -fPIC
 libfips_srcs = \
        dlwrap.c \
        glwrap.c \
-       glxwrap.c
+       glxwrap.c \
+       metrics.c
+
+ifeq ($(HAVE_EGL),Yes)
+libfips_srcs += eglwrap.c
+endif
 
 libfips_32_modules = $(libfips_srcs:.c=-32.o)