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