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