]> git.proxmox.com Git - mirror_lxc.git/blame - Makefile.am
remove redundant, too-early call to clearenv in api_start call.
[mirror_lxc.git] / Makefile.am
CommitLineData
5e97c3fc 1# Makefile.am
2
ccf13198
DL
3ACLOCAL_AMFLAGS = -I config
4
6f75ba0b 5SUBDIRS = config src templates doc
c01d62f2 6DIST_SUBDIRS = config src templates doc
8cdca672 7EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
f080ffd7
DE
8RPMARGS =
9
10if ENABLE_LUA
11RPMARGS += --with lua
12endif
5e97c3fc 13
ce951132 14if ENABLE_PYTHON
f080ffd7 15RPMARGS += --with python
ce951132
DE
16endif
17
b97b78ab 18pcdatadir = $(libdir)/pkgconfig
b6345ba1
DL
19pcdata_DATA = lxc.pc
20
4245ba50
DE
21install-data-local:
22 $(MKDIR_P) $(DESTDIR)$(LXCPATH)
f1a3a3ab 23 $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
4245ba50 24
65c46aef 25ChangeLog::
f04d36bf 26 @touch ChangeLog
27
5e97c3fc 28rpm: dist
ce951132 29 rpmbuild --clean -ta ${distdir}.tar.gz $(RPMARGS)