diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:50:35 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:50:35 +0100 |
commit | 0210e65f3b2c7fa773633f7c48a871a3995b762a (patch) | |
tree | e3540276e9e66000012154c78025a418887d676c /Makefile.am | |
parent | build: use libtool for linking the library, and link lxc-init statically. (diff) | |
download | lxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.tar.gz lxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.tar.bz2 lxc-0210e65f3b2c7fa773633f7c48a871a3995b762a.zip |
build: use foreign automake flavor.
This allows to stop keeping 0-sized files around just for the sake of
automake not complaining about them missing.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 887e300..4ca04a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,13 +4,10 @@ ACLOCAL_AMFLAGS = -I config SUBDIRS = src templates doc DIST_SUBDIRS = config src templates doc -EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog +EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS pcdatadir = $(datadir)/pkgconfig pcdata_DATA = lxc.pc -ChangeLog:: - @touch ChangeLog - rpm: dist rpmbuild --clean -ta --define "ksrc ${LINUX_DIR}" ${distdir}.tar.gz |