From 86f5227c273c1f2a120a211637dcdde422d56acd Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 02 Feb 2007 12:03:26 +0000 Subject: Rework ps-document. Code cleanups, remove deprecated code. 2007-02-02 Carlos Garcia Campos * 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 --- (limited to 'backend/ps/Makefile.am') 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 -- cgit v0.9.1