diff options
| author | Daniel Stone <daniel@fooishbar.org> | 2008-08-15 18:25:53 +0300 |
|---|---|---|
| committer | Daniel Stone <daniel@fooishbar.org> | 2008-08-15 18:25:53 +0300 |
| commit | 012e73faab8dc8617c6da4679715dae14f6cddd4 (patch) | |
| tree | b1ca7190770b3760c012429c8f2979cc9f0100b4 /include | |
| parent | 3cbe136d633d18b263f596638d55f8f13fabd540 (diff) | |
Remove last remaining vestiges of Xprint support
Occasionally I think I'm smart enough to commit without testing, then I
break the build. Bad Daniel. No biscuit.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 53c4f7f..a62ec2a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,9 +1,5 @@ xawincludedir=${includedir}/X11/Xaw -if BUILD_XAW8 -xaw8_headers = X11/Xaw/Print.h X11/Xaw/PrintSP.h -endif - xawinclude_HEADERS = \ X11/Xaw/AllWidgets.h \ X11/Xaw/AsciiSink.h \ @@ -75,5 +71,4 @@ xawinclude_HEADERS = \ X11/Xaw/Viewport.h \ X11/Xaw/ViewportP.h \ X11/Xaw/XawImP.h \ - X11/Xaw/XawInit.h \ - $(xaw8_headers) + X11/Xaw/XawInit.h |
