mirror of
https://github.com/lxc/lxc-templates.git
synced 2024-12-22 14:30:31 +00:00
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
|