File: Makefile.am

package info (click to toggle)
evince 0.1.5-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,652 kB
  • ctags: 6,344
  • sloc: cpp: 56,129; ansic: 14,214; sh: 10,859; makefile: 430; xml: 120
file content (15 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
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 = libev.la

libev_la_SOURCES=				\
	ev-debug.c				\
	ev-debug.h				\
	$(NULL)