X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=djvu%2FMakefile.am;h=630496a4dc7e1c24541ff7c90fee36d141d6beb0;hb=e02e3fde2610db645a005f276286795025426186;hp=29aa06bd0ec5948a47f9780c0cd33994a5eb18e1;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/djvu/Makefile.am b/djvu/Makefile.am index 29aa06bd..630496a4 100644 --- a/djvu/Makefile.am +++ b/djvu/Makefile.am @@ -3,10 +3,19 @@ INCLUDES = \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/lib \ -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ - $(PS_CFLAGS) + $(LIB_CFLAGS) \ + $(DJVU_CFLAGS) noinst_LTLIBRARIES = libgtkdjvu.la libgtkdjvu_la_SOURCES = \ djvu-document.c \ - djvu-document.h + djvu-document.h \ + djvu-document-private.h \ + djvu-text.c \ + djvu-text.h \ + djvu-text-page.c \ + djvu-text-page.h + + +