From 1fc269b0d4c79b256cc57740d318f95dded8c340 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 21 Jan 2023 17:14:41 +0100 Subject: Move global FLTK options into new app fltk-admin (#560) --- makeinclude.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 5c8c0cc74..ac64e9a4f 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -129,6 +129,9 @@ FLUID = @FLUID@$(EXEEXT) # depends on the build type (native or cross-compiler) FLUID_BUILD = @FLUID_BUILD@ +# Name of fltk-options executable we install +FLTK_OPTIONS = @FLTK_OPTIONS@$(EXEEXT) + # Possible steps for OS X build only OSX_ONLY = @OSX_ONLY@ -- cgit v1.2.3