summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2017-07-17 01:13:28 +0000
committerGreg Ercolano <erco@seriss.com>2017-07-17 01:13:28 +0000
commit01733583512f5569f3526855faa69567c4393204 (patch)
tree3cc9257275a43b300d8d464b5d3c9f7742208851 /examples/Makefile
parente9741d01f0b1660b61603b840dd3edd3dc7226e4 (diff)
Added new example program 'nativefilechooser-simple.cxx'
(Simpler than the application example) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 3572f953b..a492f7a9a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -13,6 +13,7 @@ ALL = clipboard$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \
menubar-add$(EXEEXT) \
+ nativefilechooser-simple$(EXEEXT) \
nativefilechooser-simple-app$(EXEEXT) \
progress-simple$(EXEEXT) \
shapedwindow$(EXEEXT) \