From 07dd8ba328117a2599cb39dbaa9f17d4f279f923 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 23 May 2014 16:47:21 +0000 Subject: Added copy/paste from/to FLTK applications of graphical data. Added Fl_Image_Surface class to draw into an Fl_Image object. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 1320c3755..74e61c0f2 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,8 @@ SHELL = /bin/sh .SILENT: # Executables -ALL = howto-add_fd-and-popen$(EXEEXT) \ +ALL = clipboard$(EXEEXT) \ + howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ howto-parse-args$(EXEEXT) \ -- cgit v1.2.3