summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 85c04ec1e831e11c7285c57b903a749265375534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## Process this file with automake to produce Makefile.in

SUBDIRS = test

localedir = $(datadir)/locale
pkgconfdir = $(sysconfdir)/@PACKAGE@
INCLUDES = \
	-DLOCALEDIR=\"$(localedir)\" \
	-DCONFIGDIR=\"$(pkgconfdir)\" \
	-DCOPYINGFILE=\"$(datadir)/common-licenses/GPL-2\" \
	-idirafter $(top_srcdir)/libcompat


noinst_LIBRARIES = libdpkg.a

libdpkg_a_SOURCES = \
	dpkg-def.h \
	dpkg.h \
	dpkg-i18n.h \
	dpkg-db.h \
	dpkg-priv.h \
	dpkg-test.h \
	dlist.h \
	cleanup.c \
	compression.c \
	database.c \
	dbmodify.c \
	dump.c \
	ehandle.c \
	fields.c \
	lock.c \
	log.c \
	md5.c md5.h \
	mlib.c \
	myopt.c myopt.h \
	myopt-util.c \
	nfmalloc.c \
	parse.c \
	parsehelp.c \
	parsedump.h \
	path.c \
	progress.c progress.h \
	showpkg.c \
	string.c \
	subproc.c \
	tarfn.c tarfn.h \
	triglib.c \
	trigdeferred.l \
	utils.c \
	varbuf.c \
	vercmp.c