forked from neil/lxc-templates
711ed73634
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
19 lines
325 B
Makefile
19 lines
325 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
|
|
|
|
install-data-local:
|
|
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
|
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
|
|
|
ChangeLog::
|
|
@touch ChangeLog
|