--- rpl/modules/motif/Makefile.am 2017/07/17 21:35:32 1.10 +++ rpl/modules/motif/Makefile.am 2017/08/22 11:37:30 1.13 @@ -1,10 +1,12 @@ SRCRPLC=\ XSynchronize.rplc \ + XStoreName.rplc \ XtAddCallback.rplc \ XtAppExitMainLoop.rplc \ XtAppInitialize.rplc \ XtAppMainLoop.rplc \ XtCreatePopupShell.rplc \ + XtCreateManagedWidget.rplc \ XtCreateWidget.rplc \ XtDestroyWidget.rplc \ XtPopdown.rplc \ @@ -42,6 +44,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@ \