]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected files.lst path which is in src dir and not in build dir
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:40:38 +0000 (17:40 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 17:40:38 +0000 (17:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/fl/Makefile.in

index 19a7af90bf4eea8919759f62a7cb90523857cc85..3cfd30e05d18c449e9d79f2a61dd97c4dfba108c 100644 (file)
@@ -19,7 +19,7 @@ LIBVERSION_CURRENT=1
 LIBVERSION_REVISION=0
 LIBVERSION_AGE=0
 
 LIBVERSION_REVISION=0
 LIBVERSION_AGE=0
 
-include ./files.lst
+include $(top_srcdir)/$(libsrc_dir)/files.lst
 
 OBJECTS = $(FL_OBJECTS)
 
 
 OBJECTS = $(FL_OBJECTS)