X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FMakefile.local;fp=test%2FMakefile.local;h=dfcbe8237b50c0bd24be3a59385883bb8cbedfeb;hb=64cf6f7515be41e3561f6062501571ceb84ddbb2;hp=aae7fdac3e5156c3457b8568e47ecc0319824d3b;hpb=e90938cac9a539dc00c08b4439298cd05dada442;p=fips diff --git a/test/Makefile.local b/test/Makefile.local index aae7fda..dfcbe82 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -17,7 +17,7 @@ endif glx_link_call_srcs = \ $(dir)/glx-link-call.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_link_call_modules = $(glx_link_call_srcs:.c=.o) @@ -26,7 +26,7 @@ $(dir)/glx-link-call: $(glx_link_call_modules) glx_link_gpa_srcs = \ $(dir)/glx-link-gpa.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_link_gpa_modules = $(glx_link_gpa_srcs:.c=.o) @@ -35,7 +35,7 @@ $(dir)/glx-link-gpa: $(glx_link_gpa_modules) glx_link_gpaa_srcs = \ $(dir)/glx-link-gpaa.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_link_gpaa_modules = $(glx_link_gpaa_srcs:.c=.o) @@ -44,7 +44,7 @@ $(dir)/glx-link-gpaa: $(glx_link_gpaa_modules) glx_dlopen_dlsym_srcs = \ $(dir)/glx-dlopen-dlsym.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_dlopen_dlsym_modules = $(glx_dlopen_dlsym_srcs:.c=.o) @@ -53,7 +53,7 @@ $(dir)/glx-dlopen-dlsym: $(glx_dlopen_dlsym_modules) glx_dlopen_gpa_srcs = \ $(dir)/glx-dlopen-gpa.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_dlopen_gpa_modules = $(glx_dlopen_gpa_srcs:.c=.o) @@ -62,7 +62,7 @@ $(dir)/glx-dlopen-gpa: $(glx_dlopen_gpa_modules) glx_dlopen_gpaa_srcs = \ $(dir)/glx-dlopen-gpaa.c \ - $(dir)/util.c + $(dir)/util-x11.c glx_dlopen_gpaa_modules = $(glx_dlopen_gpaa_srcs:.c=.o)