dpkg (1.18.25) stretch; urgency=medium
[dpkg] / dpkg-split / Makefile.am
CommitLineData
1479465f
GJ
1## Process this file with automake to produce Makefile.in
2
3localedir = $(datadir)/locale
4AM_CPPFLAGS = \
5 -DLOCALEDIR=\"$(localedir)\" \
6 -DADMINDIR=\"$(admindir)\" \
7 -idirafter $(top_srcdir)/lib/compat \
8 -I$(top_builddir) \
9 -I$(top_srcdir)/lib
10
11
12bin_PROGRAMS = dpkg-split
13
14dpkg_split_SOURCES = \
15 dpkg-split.h \
16 info.c \
17 join.c \
18 main.c \
19 queue.c \
20 split.c
21
22dpkg_split_LDADD = \
23 ../lib/dpkg/libdpkg.la \
24 $(LIBINTL)
25
26install-data-local:
27 $(MKDIR_P) $(DESTDIR)$(admindir)/parts