diff options
author | Julien Cristau <jcristau@debian.org> | 2008-08-21 00:42:51 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-08-21 00:48:17 +0200 |
commit | 7739b19df6a7eba2c35fc34688c40d64a65b79f5 (patch) | |
tree | 7366c50476c9f06a30f492c4e6afb5d960239021 /Makefile.am | |
parent | 56ff9e213249bbdc0ecd3b5e7e4cffee60f46ef4 (diff) |
Build fix: remove xprint remnants
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 007ade8..d8aa027 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,17 +28,6 @@ xmore_SOURCES = \ xmore.c \ xmore.h -if XAW_USE_XPRINT -xmore_CFLAGS += -DUSE_XPRINT - -xmore_SOURCES += \ - print.c \ - printdialog.c \ - printdialog.h \ - printdialogprivates.h \ - print.h -endif - appman_PRE = \ xmore.man |