]> git.proxmox.com Git - mirror_lxc.git/blame_incremental - Makefile.am
debian: Switch to config includes
[mirror_lxc.git] / Makefile.am
... / ...
CommitLineData
1# Makefile.am
2
3ACLOCAL_AMFLAGS = -I config
4
5SUBDIRS = config src templates doc hooks
6DIST_SUBDIRS = config src templates doc hooks
7EXTRA_DIST = \
8 autogen.sh \
9 lxc.spec \
10 CONTRIBUTING \
11 MAINTAINERS \
12 runapitests.sh
13
14RPMARGS =
15
16if ENABLE_LUA
17RPMARGS += --with lua
18endif
19
20if ENABLE_PYTHON
21RPMARGS += --with python
22endif
23
24pcdatadir = $(libdir)/pkgconfig
25pcdata_DATA = lxc.pc
26
27install-data-local:
28 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
29 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
30
31ChangeLog::
32 @touch ChangeLog
33
34rpm: dist
35 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)