--- rpl/modules/motif/Makefile.am 2017/07/04 12:32:03 1.1 +++ rpl/modules/motif/Makefile.am 2017/07/05 13:53:39 1.2 @@ -1,5 +1,10 @@ SRCRPLC=\ - motif.rplc + XtAppExitMainLoop.rplc \ + XtAppInitialize.rplc \ + XtAppMainLoop.rplc \ + XtCreateWidget.rplc \ + motif.rplc \ + types.rplc SRCH=\ motif.h @@ -29,6 +34,7 @@ variables.h: definitions.sh -I$(top_srcdir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@GSL@ \ + -I$(top_srcdir)/tools/@OPENMOTIF@/lib \ @INCSIGSEGV@ \ -D_d_version_rpl=\"@VERSION@\" \ -c -o $@ $<