Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/viewer/Makefile.am
blob: 0416b8bff851adbca0663d10ae9c3559fe87221d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NULL=

INCLUDES=					\
	-DEVINCE_UIDIR=\"$(pkgdatadir)\"	\
	-DGNOMELOCALEDIR=\"$(datadir)/locale\"	\
	$(SHELL_CFLAGS)				\
	$(EVINCE_DISABLE_DEPRECATED)		\
	$(NULL)

noinst_LTLIBRARIES = libevviewer.la

libevviewer_la_SOURCES=				\
	ev-viewer.c				\
	ev-viewer.h				\
	$(NULL)