summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-12-21 23:04:16 +0000
committerGreg Ercolano <erco@seriss.com>2010-12-21 23:04:16 +0000
commitacfc66b01bffa7b86eb1999aca567c5a249d95e1 (patch)
treeb2a76ca529a7aad6347daa457a8b27243c47cf5d /examples/Makefile
parent5a2b5dcf1be02f060cc584b9215387f7d4ae7166 (diff)
Add an simple example application to open/save files using the FNFC.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8096 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 776cc2ac6..c524d7e2f 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -4,6 +4,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-parse-args$(EXEEXT) \
howto-text-over-image-button$(EXEEXT) \
menubar-add$(EXEEXT) \
+ nativefilechooser-simple-app$(EXEEXT) \
table-as-container$(EXEEXT) \
table-simple$(EXEEXT) \
table-sort$(EXEEXT) \