Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-03-08 16:06:22 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-03-08 16:06:22 (GMT)
commit710ec65f6202732a44a010339d0770a9c0e46ed2 (patch)
tree95b7b6c06280ec96638cc591854f84e61f714c59 /ps/Makefile.am
parent09aa3e2b90d20966010f76a7e5459f4581ef3247 (diff)
Some more sanitization of the ps backend. Remove a lot of unused code and
2005-03-08 Marco Pesenti Gritti <marco@gnome.org> * ps/Makefile.am: * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd), (gtk_gs_defaults_get_alpha_parameters), (gtk_gs_defaults_get_ungzip_cmd), (gtk_gs_defaults_get_unbzip2_cmd): * ps/gsdefaults.h: * ps/ps-document.c: (ps_document_init), (ps_document_class_init), (ps_document_get_orientation), (document_load), (ps_document_goto_page), (ps_document_set_page_size): * ps/ps-document.h: Some more sanitization of the ps backend. Remove a lot of unused code and do not base our defaults on ggv preferences (ugh!)
Diffstat (limited to 'ps/Makefile.am')
-rw-r--r--ps/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ps/Makefile.am b/ps/Makefile.am
index ca949d4..6ebc896 100644
--- a/ps/Makefile.am
+++ b/ps/Makefile.am
@@ -10,10 +10,10 @@ noinst_LTLIBRARIES = libgtkgs.la
libgtkgs_la_SOURCES = \
gsio.c \
gsio.h \
- gsdefaults.c \
- gsdefaults.h \
gstypes.h \
ps.c \
ps.h \
ps-document.c \
- ps-document.h
+ ps-document.h \
+ gsdefaults.c \
+ gsdefaults.h