From ed6ac69dd60e8534fd920ee3de2c45f42aeae1df Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 25 Oct 2008 18:31:44 +0000 Subject: Fixed cairo makefiles link error when shared option activated under linux. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fdc16e035..0b645eefe 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ include makeinclude -DIRS = $(IMAGEDIRS) $(CAIRODIR) src fluid test documentation +DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation all: makeinclude fltk-config for dir in $(DIRS); do\ -- cgit v1.2.3