diff options
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makeinclude.in b/makeinclude.in index 89311336e..c067e131d 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -3,7 +3,7 @@ # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-2005 by Bill Spitzak and others. +# Copyright 1998-2006 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -105,6 +105,10 @@ POSTBUILD = @POSTBUILD@ CAT1EXT = @CAT1EXT@ CAT3EXT = @CAT3EXT@ +# Additional GUI install/uninstall targets... +INSTALL_DESKTOP = @INSTALL_DESKTOP@ +UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@ + # Be quiet when building... .SILENT: |
