diff options
| -rw-r--r-- | examples/Makefile.FLTK | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.FLTK b/examples/Makefile.FLTK index e8d572069..5fe833657 100644 --- a/examples/Makefile.FLTK +++ b/examples/Makefile.FLTK @@ -32,4 +32,4 @@ LINKFLTK_ALL = $(shell $(FLTKCONFIG) --use-images --use-gl --ldstaticflags) # HOW TO LINK .o$(EXEEXT): @echo "*** Linking $@..." - $(CXX) $< $(LINKFLTK_ALL) -o $@ + $(CXX) $< $(LINKFLTK) $(LINKFLTK_IMG) -o $@ |
