From eca005a8145c7502eb47e7ecfcac89683721ebd6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 19 Dec 2002 12:17:11 +0000 Subject: [PATCH] Added missing fldefs.h to makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/src/fl/Makefile.in b/contrib/src/fl/Makefile.in index c1ac8f3190..53d717a272 100644 --- a/contrib/src/fl/Makefile.in +++ b/contrib/src/fl/Makefile.in @@ -19,6 +19,7 @@ HEADERS = \ cbcustom.h \ dynbarhnd.h \ dyntbarhnd.h \ + fldefs.h \ garbagec.h \ hintanimpl.h \ panedrawpl.h \