aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Makefile.PL')
-rw-r--r--Perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL
index b421f41..bf250a4 100644
--- a/Perl/Makefile.PL
+++ b/Perl/Makefile.PL
@@ -27,7 +27,7 @@ print "Using $TkLibDir as Tk library...\n";
my @GENERIC_C = ('Tabular.c', 'Rectangle.c', 'Arc.c', 'Curve.c',
'Item.c', 'PostScript.c', 'Attrs.c', 'Draw.c', 'Geo.c', 'List.c',
'perfos.c', 'Transfo.c', 'Group.c', 'Icon.c', 'Text.c', 'Image.c', 'Color.c',
- 'Field.c', 'Triangles.c', 'WindowUtils.c', 'Window.c', 'tkZinc.c');
+ 'Field.c', 'Triangles.c', 'Viewport.c', 'WindowUtils.c', 'Window.c', 'tkZinc.c');
my @ATC_C = ('OverlapMan.c', 'Track.c', 'Reticle.c', 'Map.c', 'MapInfo.c');