]> git.proxmox.com Git - mirror_lxc.git/blame - Makefile.am
utils: fix unchecked return value
[mirror_lxc.git] / Makefile.am
CommitLineData
5e97c3fc 1# Makefile.am
2
ccf13198
DL
3ACLOCAL_AMFLAGS = -I config
4
26419a7a 5LIBTOOL_DEPS = @LIBTOOL_DEPS@
fef909cf
CB
6SUBDIRS = config coccinelle src templates doc hooks
7DIST_SUBDIRS = config coccinelle src templates doc hooks
8EXTRA_DIST = autogen.sh \
9 lxc.spec \
10 CONTRIBUTING \
11 CODING_STYLE.md \
12 LICENSE.GPL2 \
13 LICENSE.LGPL2.1 \
14 MAINTAINERS \
15 README.md
c13c0e08 16
f080ffd7
DE
17RPMARGS =
18
b97b78ab 19pcdatadir = $(libdir)/pkgconfig
b6345ba1
DL
20pcdata_DATA = lxc.pc
21
26419a7a
SG
22libtool: $(LIBTOOL_DEPS)
23 $(SHELL) ./config.status libtool
24
4245ba50
DE
25install-data-local:
26 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
f1a3a3ab 27 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
4245ba50 28
65c46aef 29ChangeLog::
f04d36bf 30 @touch ChangeLog
31
5e97c3fc 32rpm: dist
ce951132 33 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)