diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-11-10 22:03:55 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-11-10 22:03:55 +0000 |
| commit | 250090b3f017ac3be12f4bcce9ea3cdecc59618d (patch) | |
| tree | f4fc305a593aaa6e852ab22d76e6037931ea04c9 /test | |
| parent | 6c279f990996aeb7a0994433cd6acb183299d4d6 (diff) | |
More optimisation and cleanup for the PNG lib handling in configure.in. Also reordered the variables the same way in the main if test code so that differences now are obvious between the two modes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6515 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index 5380661af..d341970e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -94,8 +94,8 @@ CPPFILES =\ tile.cxx \ tiled_image.cxx \ valuators.cxx \ - utf8.cxx - + utf8.cxx \ + utf8c.cxx ALL = \ unittests$(EXEEXT) \ adjuster$(EXEEXT) \ @@ -156,7 +156,8 @@ ALL = \ tiled_image$(EXEEXT) \ valuators$(EXEEXT) \ cairotest$(EXEEXT) \ - utf8$(EXEEXT) + utf8$(EXEEXT) \ + utf8c$(EXEEXT) GLALL = \ |
