From 206675a3b1495dd03067d764a5a97819e572b558 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 21 Aug 2020 19:56:51 +0200 Subject: 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) --- examples/.gitignore | 1 - examples/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'examples') 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) \ -- cgit v1.2.3