From 9d2e4e683cfc3dba520ebff6f3faafc25c7a5cb7 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 10 Feb 2000 01:12:22 +0000 Subject: [PATCH] Adding nsGfxListControlFrame.cpp for Unix, should fix zero bloat stats. a=don git-svn-id: svn://10.0.0.236/trunk@60267 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/forms/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/html/forms/src/Makefile.in b/mozilla/layout/html/forms/src/Makefile.in index 4a985e8b168..94f6faa1160 100644 --- a/mozilla/layout/html/forms/src/Makefile.in +++ b/mozilla/layout/html/forms/src/Makefile.in @@ -42,6 +42,7 @@ CPPSRCS = \ nsGfxAutoTextControlFrame.cpp \ nsGfxButtonControlFrame.cpp \ nsGfxCheckboxControlFrame.cpp \ + nsGfxListControlFrame.cpp \ nsGfxRadioControlFrame.cpp \ nsGfxTextControlFrame.cpp \ nsHTMLButtonControlFrame.cpp \