mirror of
https://github.com/lxc/lxc-templates.git
synced 2024-12-22 06:20:13 +00:00
7bf3e4506b
I think this is leftover from when lxc-templates was split out from lxc. There's no need to install empty directories /var/cache/lxc/ and /var/lib/lxc/. Signed-off-by: Mathias Gibbens <gibmat@debian.org>
15 lines
222 B
Makefile
15 lines
222 B
Makefile
# Makefile.am
|
|
|
|
ACLOCAL_AMFLAGS = -I config
|
|
|
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
|
SUBDIRS = config templates
|
|
DIST_SUBDIRS = config templates
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
CONTRIBUTING \
|
|
MAINTAINERS
|
|
|
|
ChangeLog::
|
|
@touch ChangeLog
|