]> git.proxmox.com Git - mirror_lxc.git/blob - Makefile.am
confile: don't accidently alter lxc.cgroup.dir
[mirror_lxc.git] / Makefile.am
1 # Makefile.am
2
3 ACLOCAL_AMFLAGS = -I config
4
5 LIBTOOL_DEPS = @LIBTOOL_DEPS@
6 SUBDIRS = config coccinelle src templates doc hooks
7 DIST_SUBDIRS = config coccinelle src templates doc hooks
8 EXTRA_DIST = autogen.sh \
9 lxc.spec \
10 CONTRIBUTING \
11 CODING_STYLE.md \
12 LICENSE.GPL2 \
13 LICENSE.LGPL2.1 \
14 MAINTAINERS \
15 README.md
16
17 RPMARGS =
18
19 pcdatadir = $(libdir)/pkgconfig
20 pcdata_DATA = lxc.pc
21
22 libtool: $(LIBTOOL_DEPS)
23 $(SHELL) ./config.status libtool
24
25 install-data-local:
26 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
27 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
28
29 ChangeLog::
30 @touch ChangeLog
31
32 rpm: dist
33 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)