diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-21 17:14:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 17:14:41 +0100 |
| commit | 1fc269b0d4c79b256cc57740d318f95dded8c340 (patch) | |
| tree | 5df94f8cb7f4e8629dbce7a36f070ea5b513d5d7 /makeinclude.in | |
| parent | 4ddcbc81de60faa0e9922db7df316f3d69cb8df7 (diff) | |
Move global FLTK options into new app fltk-admin (#560)
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |
