X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2FMakefile.am;h=ca949d43878227139f4e3a653a9faf356fdc044e;hb=730466d754d5e595425670c8d02e92bf163c7200;hp=e5634cc4a00a714a756121554adc84c1157d666d;hpb=da2692f367deaeb34b60bbd2030acf3a22ff94ae;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am index e5634cc4..ca949d43 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ + -I$(top_srcdir)/lib \ -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ $(PS_CFLAGS) @@ -11,7 +12,8 @@ libgtkgs_la_SOURCES = \ gsio.h \ gsdefaults.c \ gsdefaults.h \ + gstypes.h \ ps.c \ ps.h \ - gtkgs.c \ - gtkgs.h + ps-document.c \ + ps-document.h