summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
-rw-r--r--test/cairo_test.cxx2
2 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 7e46b93ba..5380661af 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -155,6 +155,7 @@ ALL = \
tile$(EXEEXT) \
tiled_image$(EXEEXT) \
valuators$(EXEEXT) \
+ cairotest$(EXEEXT) \
utf8$(EXEEXT)
@@ -464,6 +465,8 @@ shape$(EXEEXT): shape.o
$(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ shape.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS)
cairo_test$(EXEEXT): cairo_test.o
+ echo Linking $@...
+ $(CXX) $(ARCHFLAGS) $(CAIROFLAGS) $(LDFLAGS) -o $@ cairo_test.o $(LINKFLTK) $(LINKFLTKCAIRO) $(GLDLIBS)
#
# End of "$Id$".
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index 6492d4d40..bbde8ef93 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -158,7 +158,7 @@ int main(int argc, char** argv) {
#include <FL/fl_ask.H>
int main(int argc, char** argv) {
- fl_message("please configure fltk with CAIRO enabled (--enable-cairo)");
+ fl_message("please configure fltk with CAIRO enabled (--enable-cairo or --enable-cairoext)");
return 0;
}
#endif