1
by Guido Trotter
Import upstream version 0.6.2 |
1 |
# Makefile.am
|
2 |
||
3 |
ACLOCAL_AMFLAGS = -I config |
|
4 |
||
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
5 |
SUBDIRS = src templates doc |
6 |
DIST_SUBDIRS = config src templates doc |
|
1
by Guido Trotter
Import upstream version 0.6.2 |
7 |
EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog |
8 |
||
1.2.1
by Guido Trotter
Import upstream version 0.6.3 |
9 |
pcdatadir = $(datadir)/pkgconfig |
10 |
pcdata_DATA = lxc.pc |
|
11 |
||
1
by Guido Trotter
Import upstream version 0.6.2 |
12 |
ChangeLog:: |
13 |
@touch ChangeLog |
|
14 |
||
15 |
rpm: dist |
|
1.1.8
by Chuck Short
Import upstream version 0.7.4 |
16 |
rpmbuild --clean -ta --define "ksrc ${LINUX_DIR}" ${distdir}.tar.gz |