--- rpl/modules/motif/Makefile.am 2017/07/11 16:04:53 1.8 +++ rpl/modules/motif/Makefile.am 2017/08/04 08:19:04 1.11 @@ -10,6 +10,7 @@ SRCRPLC=\ XtPopdown.rplc \ XtPopup.rplc \ XtRealizeWidget.rplc \ + XtRemoveCallback.rplc \ callbacks.rplc \ motif.rplc \ types.rplc @@ -27,7 +28,7 @@ all: motif.rplso EXTRA_DIST = $(SRCRPLC) $(SRCH) $(EXAMPLES) definitions.sh clean: - \rm -f $(OBJ) motif.rplso + \rm -f $(OBJ) motif.rplso variables.h variables.h: definitions.sh @echo " DEF $@" @@ -41,6 +42,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@ \