]> git.proxmox.com Git - mirror_lxc.git/blob - Makefile.am
5b66d2ffbe86f6663a32130cf8d4f5c186f0b54d
[mirror_lxc.git] / Makefile.am
1 # Makefile.am
2
3 ACLOCAL_AMFLAGS = -I config
4
5 SUBDIRS = src test etc scripts doc
6 DIST_SUBDIRS = config src test etc scripts doc
7 EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
8
9 pcdatadir = $(datadir)/pkgconfig
10 pcdata_DATA = lxc.pc
11
12 ChangeLog::
13 @touch ChangeLog
14
15 dist-hook:
16 -@cvs2cl
17 @mv ChangeLog $(distdir)
18
19 rpm: dist
20 rpmbuild --clean -ta ${distdir}.tar.gz