X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;fp=Makefile.local;h=c81b0768c489b92553da20207b58ffaf67faddad;hb=b1570730174c0efe6431e8b032c5d408c7367a21;hp=2f9b5f0a19e2e8d10aafafeeb63b055c19fa903f;hpb=c0c549440d852153d1777eca3fa962c1b70483b3;p=fips diff --git a/Makefile.local b/Makefile.local index 2f9b5f0..c81b076 100644 --- a/Makefile.local +++ b/Makefile.local @@ -85,6 +85,10 @@ libfips_srcs = \ glxwrap.c \ metrics.c +ifeq ($(HAVE_EGL),Yes) +libfips_srcs += eglwrap.c +endif + libfips_32_modules = $(libfips_srcs:.c=-32.o) libfips_64_modules = $(libfips_srcs:.c=-64.o)