X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3dd4e4e05cc46ffc653730715e527af7b18b9caf..184b5d99a5382cd7a19888c85aff11f8a21af2f6:/src/motif/makefile.unx diff --git a/src/motif/makefile.unx b/src/motif/makefile.unx index f1c5a48a1f..a05e8a1282 100644 --- a/src/motif/makefile.unx +++ b/src/motif/makefile.unx @@ -52,7 +52,7 @@ LIB_CPP_SRC=\ ../common/framecmn.cpp \ ../common/stream.cpp \ ../common/datstrm.cpp \ - ../common/fstream.cpp \ + ../common/wfstream.cpp \ ../common/mstream.cpp \ ../common/zstream.cpp \ ../common/objstrm.cpp \ @@ -137,6 +137,7 @@ LIB_CPP_SRC=\ ../generic/colrdlgg.cpp \ ../generic/fontdlgg.cpp \ ../generic/gridg.cpp \ + ../generic/helpext.cpp \ ../generic/imaglist.cpp \ ../generic/listctrl.cpp \ ../generic/laywin.cpp \ @@ -197,7 +198,7 @@ $(WXLIB) : $(OBJECTS) $(RANLIB) $@ ../common/y_tab.$(OBJSUFF): ../common/y_tab.c ../common/lex_yy.c - $(CCLEX) -c $(CFLAGS) -o $@ ../common/y_tab.c + $(CCLEX) -c $(CFLAGS) -DNO_CONFIGURE -o $@ ../common/y_tab.c # Replace lex with flex if you run into compilation # problems with lex_yy.c. See also note about LEX_SCANNER