X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fps%2FMakefile.am;h=6126364f0f59d5160a354d2b42217a5eaa952a79;hb=86dfe30d6f9934f9c035f6293743c93bc89c6a62;hp=499eee35dddf08baa9ee8854e0f85c48102fb226;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 499eee35..6126364f 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -1,21 +1,32 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/libdocument \ - $(BACKEND_CFLAGS) \ - $(WARN_CFLAGS) +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libdocument \ + -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ + -DEVINCE_COMPILATION \ + $(BACKEND_CFLAGS) \ + $(SPECTRE_CFLAGS) \ + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) -# $(DISABLE_DEPRECATED) - -noinst_LTLIBRARIES = libpsdocument.la +backend_LTLIBRARIES = libpsdocument.la libpsdocument_la_SOURCES = \ - gsio.c \ - gsio.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h \ - gsdefaults.c \ - gsdefaults.h + ev-spectre.c \ + ev-spectre.h + +libpsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) +libpsdocument_la_LIBADD = \ + $(top_builddir)/libdocument/libevdocument3.la \ + $(BACKEND_LIBS) \ + $(SPECTRE_LIBS) + +backend_in_files = psdocument.evince-backend.in +backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) + +EXTRA_DIST = $(backend_in_files) + +CLEANFILES = $(backend_DATA) + +@EV_INTLTOOL_EVINCE_BACKEND_RULE@ +-include $(top_srcdir)/git.mk