From d2809b15153eedbbe1bfb43fc259bf674e353f42 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Wed, 8 May 2019 13:23:26 +0100 Subject: Add an (interim) --enable-gpdl configure option This adds gpdl to the default target list for make. Mainly to get the .so build usable without having edit the makefiles. This will be deprecated when gpdl is always in the default target list. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7b6cb1a6e..6a635468f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -190,7 +190,7 @@ PCL_TARGET=@PCL_TARGET@ XPS_TARGET=@XPS_TARGET@ GPDL_TARGET=@GPDL_TARGET@ -PCL_XPS_TARGETS=$(PCL_TARGET) $(XPS_TARGET) +PCL_XPS_TARGETS=$(PCL_TARGET) $(XPS_TARGET) @GPDL_TARGET_VAR@ # Define the directories for debugging and profiling binaries, relative to # the standard binaries. -- cgit v1.2.1