Release 1.17.9
[dpkg.git] / dpkg-deb / Makefile.am
blob6b66d3eb076a26b8d553d2ead4d2632b51fb60f2
1 ## Process this file with automake to produce Makefile.in
3 localedir = $(datadir)/locale
4 AM_CPPFLAGS = \
5         -DLOCALEDIR=\"$(localedir)\" \
6         -idirafter $(top_srcdir)/lib/compat \
7         -I$(top_builddir) \
8         -I$(top_srcdir)/lib
11 bin_PROGRAMS = dpkg-deb
13 dpkg_deb_SOURCES = \
14         dpkg-deb.h \
15         build.c \
16         extract.c \
17         info.c \
18         main.c
20 dpkg_deb_LDADD = \
21         ../lib/dpkg/libdpkg.a \
22         ../lib/compat/libcompat.a \
23         $(LIBINTL) \
24         $(ZLIB_LIBS) \
25         $(LIBLZMA_LIBS) \
26         $(BZ2_LIBS)