X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fps%2FMakefile.am;h=e443b4a957eaba0325f112aad152cf91d7a2d971;hb=c8e5475fea2b7a92f935e4ae69994fdaf95da2bd;hp=499eee35dddf08baa9ee8854e0f85c48102fb226;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 499eee35..e443b4a9 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 @@ -16,6 +15,8 @@ libpsdocument_la_SOURCES = \ ps.h \ ps-document.c \ ps-document.h \ + ps-interpreter.c \ + ps-interpreter.h \ gsdefaults.c \ gsdefaults.h