*** modules/PagerNOXPM/Imakefile	Sun May 10 16:18:34 1998
--- modules/PagerNOXPM/Imakefile	Sun May 10 16:17:44 1998
***************
*** 1,6 ****
  #include <../../configure.h>
  
! #ifndef XPM
  
  /* OVERRIDE_COMPILER */
  
--- 1,6 ----
  #include <../../configure.h>
  
! #ifdef XPM
  
  /* OVERRIDE_COMPILER */
  
***************
*** 15,27 ****
  
  LINTLIBS = $(LINTXLIB)
  
! ComplexProgramTarget(Pager)
  
  /* LinkFile would be nicer */
  install::
! 	ln -sf $(BINDIR)/Pager $(BINDIR)/WPager
! 	ln -sf $(BINDIR)/Pager $(BINDIR)/XPager
! 	ln -sf $(BINDIR)/Pager $(BINDIR)/YPager
! 	ln -sf $(BINDIR)/Pager $(BINDIR)/ZPager
   
  #endif
--- 15,27 ----
  
  LINTLIBS = $(LINTXLIB)
  
! ComplexProgramTarget(Pager-noxpm)
  
  /* LinkFile would be nicer */
  install::
! 	ln -sf $(BINDIR)/Pager-noxpm $(BINDIR)/WPager-noxpm
! 	ln -sf $(BINDIR)/Pager-noxpm $(BINDIR)/XPager-noxpm
! 	ln -sf $(BINDIR)/Pager-noxpm $(BINDIR)/YPager-noxpm
! 	ln -sf $(BINDIR)/Pager-noxpm $(BINDIR)/ZPager-noxpm
   
  #endif
