--- rpl/modules/motif/Makefile.am 2017/07/11 21:31:57 1.9 +++ rpl/modules/motif/Makefile.am 2017/08/23 09:40:53 1.14 @@ -1,15 +1,19 @@ SRCRPLC=\ XSynchronize.rplc \ + XStoreName.rplc \ XtAddCallback.rplc \ XtAppExitMainLoop.rplc \ XtAppInitialize.rplc \ XtAppMainLoop.rplc \ XtCreatePopupShell.rplc \ + XtCreateManagedWidget.rplc \ XtCreateWidget.rplc \ XtDestroyWidget.rplc \ + XtOpenApplication.rplc \ XtPopdown.rplc \ XtPopup.rplc \ XtRealizeWidget.rplc \ + XtRemoveCallback.rplc \ callbacks.rplc \ motif.rplc \ types.rplc @@ -41,6 +45,7 @@ variables.h: definitions.sh @gfortran -x c -fPIC -Wall -DRPLCONFIG -O2 -g -funsigned-char \ -I$(top_srcdir) -I$(top_builddir)/src -I$(builddir) \ -DREADLINE_LIBRARY \ + -I$(top_builddir) \ -I$(top_srcdir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@GSL@ \