diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-21 19:56:51 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-21 20:00:00 +0200 |
| commit | 206675a3b1495dd03067d764a5a97819e572b558 (patch) | |
| tree | e29d99931c6c425077bd6e0725e0cb0c26c9dda9 /examples | |
| parent | 9ba4cd06dc28d63537c6412200bfe0dee4540f39 (diff) | |
Fix examples build (configure/make)
Fix more issues caused by moving fltk-versions from examples to test
and adding examples to the CMake build process (gitlab-ci)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/.gitignore | 1 | ||||
| -rw-r--r-- | examples/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/.gitignore b/examples/.gitignore index 398bba933..832dd5031 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -6,7 +6,6 @@ browser-simple clipboard draggable-group -fltk-versions howto-add_fd-and-popen howto-browser-with-icons howto-drag-and-drop diff --git a/examples/Makefile b/examples/Makefile index 4ed7c0567..50e777495 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,6 @@ SHELL = /bin/sh ALL = browser-simple$(EXEEXT) \ clipboard$(EXEEXT) \ draggable-group$(EXEEXT) \ - fltk-versions$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ |
