summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 7fd423b464b8bc2e0f231d4b42bd59d15a056ffe (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
## Process this file with automake to produce Makefile.in

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


noinst_LIBRARIES = libdpkg.a

libdpkg_a_SOURCES = \
	dpkg.h \
	dpkg-db.h \
	compat.c \
	compression.c \
	database.c \
	dbmodify.c \
	dump.c \
	ehandle.c \
	fields.c \
	gettext.h \
	lock.c \
	md5.c md5.h \
	mlib.c \
	myopt.c myopt.h \
	nfmalloc.c \
	parse.c \
	parsehelp.c \
	parsedump.h \
	showcright.c \
	showpkg.c \
	tarfn.c tarfn.h \
	utils.c \
	varbuf.c \
	vercmp.c