]> git.proxmox.com Git - mirror_lxc.git/blame - Makefile.am
travis: Build using the daily PPA
[mirror_lxc.git] / Makefile.am
CommitLineData
5e97c3fc 1# Makefile.am
2
ccf13198
DL
3ACLOCAL_AMFLAGS = -I config
4
906f8c4d
SG
5SUBDIRS = config src templates doc hooks
6DIST_SUBDIRS = config src templates doc hooks
c13c0e08
SG
7EXTRA_DIST = \
8 autogen.sh \
9 lxc.spec \
10 CONTRIBUTING \
bfb1bb94 11 MAINTAINERS
c13c0e08 12
f080ffd7
DE
13RPMARGS =
14
15if ENABLE_LUA
16RPMARGS += --with lua
17endif
5e97c3fc 18
ce951132 19if ENABLE_PYTHON
f080ffd7 20RPMARGS += --with python
ce951132
DE
21endif
22
b97b78ab 23pcdatadir = $(libdir)/pkgconfig
b6345ba1
DL
24pcdata_DATA = lxc.pc
25
4245ba50
DE
26install-data-local:
27 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
f1a3a3ab 28 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
4245ba50 29
65c46aef 30ChangeLog::
f04d36bf 31 @touch ChangeLog
32
5e97c3fc 33rpm: dist
ce951132 34 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)