mirror of
https://github.com/lxc/lua-lxc.git
synced 2026-02-05 09:48:22 +01:00
22 lines
359 B
Makefile
22 lines
359 B
Makefile
# Makefile.am
|
|
|
|
ACLOCAL_AMFLAGS = -I config
|
|
|
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
|
SUBDIRS = src
|
|
DIST_SUBDIRS = src
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
CONTRIBUTING \
|
|
MAINTAINERS
|
|
|
|
libtool: $(LIBTOOL_DEPS)
|
|
$(SHELL) ./config.status libtool
|
|
|
|
install-data-local:
|
|
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
|
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
|
|
|
ChangeLog::
|
|
@touch ChangeLog
|