Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/djvu/Makefile.am
blob: 630496a4dc7e1c24541ff7c90fee36d141d6beb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES = \
	-I$(top_srcdir)						\
	-I$(top_srcdir)/backend					\
	-I$(top_srcdir)/lib					\
	-DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" 	\
	$(LIB_CFLAGS)						\
	$(DJVU_CFLAGS)

noinst_LTLIBRARIES = libgtkdjvu.la

libgtkdjvu_la_SOURCES = \
	djvu-document.c	\
	djvu-document.h \
	djvu-document-private.h \
	djvu-text.c	\
	djvu-text.h	\
	djvu-text-page.c \
	djvu-text-page.h