Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ps/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-02-02 12:03:26 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-02-02 12:03:26 (GMT)
commit86f5227c273c1f2a120a211637dcdde422d56acd (patch)
treebcb24700c2355c5c644c1cf980fbb9d77f74c237 /backend/ps/Makefile.am
parent6c62b0a490428aea7a3974b96871851477c81deb (diff)
Rework ps-document. Code cleanups, remove deprecated code.
2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/Makefile.am: * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init), (ps_document_dispose), (ps_document_class_init), (ps_interpreter_input), (ps_interpreter_output), (ps_interpreter_error), (setup_interpreter_env), (ps_interpreter_start), (ps_interpreter_stop), (ps_interpreter_failed), (ps_interpreter_is_ready), (check_filecompressed), (document_load), (ps_document_load), (ps_document_get_n_pages), (setup_page), (setup_pixmap), (ps_document_widget_event), (send_ps), (ps_document_next_page), (render_page): Rework ps-document. Code cleanups, remove deprecated code. svn path=/trunk/; revision=2284
Diffstat (limited to 'backend/ps/Makefile.am')
-rw-r--r--backend/ps/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am
index 499eee3..9e813d6 100644
--- a/backend/ps/Makefile.am
+++ b/backend/ps/Makefile.am
@@ -2,9 +2,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
$(BACKEND_CFLAGS) \
- $(WARN_CFLAGS)
-
-# $(DISABLE_DEPRECATED)
+ $(WARN_CFLAGS) \
+ $(DISABLE_DEPRECATED)
noinst_LTLIBRARIES = libpsdocument.la