From 84553c516cafcd13ba5e54e85911024849d5bd4b Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 9 Sep 2001 17:40:38 +0000 Subject: [PATCH 1/1] corrected files.lst path which is in src dir and not in build dir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/fl/Makefile.in b/contrib/src/fl/Makefile.in index 19a7af90bf..3cfd30e05d 100644 --- a/contrib/src/fl/Makefile.in +++ b/contrib/src/fl/Makefile.in @@ -19,7 +19,7 @@ LIBVERSION_CURRENT=1 LIBVERSION_REVISION=0 LIBVERSION_AGE=0 -include ./files.lst +include $(top_srcdir)/$(libsrc_dir)/files.lst OBJECTS = $(FL_OBJECTS) -- 2.45.2