diff options
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index d341970e2..5380661af 100644 --- a/test/Makefile +++ b/test/Makefile @@ -94,8 +94,8 @@ CPPFILES =\ tile.cxx \ tiled_image.cxx \ valuators.cxx \ - utf8.cxx \ - utf8c.cxx + utf8.cxx + ALL = \ unittests$(EXEEXT) \ adjuster$(EXEEXT) \ @@ -156,8 +156,7 @@ ALL = \ tiled_image$(EXEEXT) \ valuators$(EXEEXT) \ cairotest$(EXEEXT) \ - utf8$(EXEEXT) \ - utf8c$(EXEEXT) + utf8$(EXEEXT) GLALL = \ |
