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