From 9c583c5bbcf527f2b54cce07cf409bc4c0f62414 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Thu, 28 Aug 2014 09:13:27 +0000 Subject: [PATCH] Add Manolo's new shapedwindow demo to the Makefile for the examples folder. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Makefile b/examples/Makefile index 74e61c0f2..def7376c9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,6 +14,7 @@ ALL = clipboard$(EXEEXT) \ menubar-add$(EXEEXT) \ nativefilechooser-simple-app$(EXEEXT) \ progress-simple$(EXEEXT) \ + shapedwindow$(EXEEXT) \ table-as-container$(EXEEXT) \ table-simple$(EXEEXT) \ table-sort$(EXEEXT) \