]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Merged with lxc/Makefile.am
authordlezcano <dlezcano>
Thu, 4 Sep 2008 08:26:19 +0000 (08:26 +0000)
committerdlezcano <dlezcano>
Thu, 4 Sep 2008 08:26:19 +0000 (08:26 +0000)
src/liblxc/Makefile.am [deleted file]

diff --git a/src/liblxc/Makefile.am b/src/liblxc/Makefile.am
deleted file mode 100644 (file)
index a0c6ffb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-INCLUDES= -I$(top_srcdir)/src
-
-lib_LTLIBRARIES = liblxc.la
-pkginclude_HEADERS = \
-               lxc.h \
-               lxc_cgroup.h \
-               lxc_conf.h \
-               lxc_list.h \
-               lxc_lock.h \
-               lxc_log.h \
-               lxc_namespace.h \
-               lxc_state.h \
-               lxc_utils.h
-
-liblxc_la_SOURCES = \
-       create.c \
-       destroy.c \
-       start.c \
-       stop.c \
-       execute.c \
-       monitor.c monitor.h \
-       kill.c \
-       freezer.c \
-       lxc_cgroup.c lxc_cgroup.h \
-       lxc.h \
-       lxc_utils.h \
-       lxc_lock.c lxc_lock.h \
-       lxc_namespace.h \
-       lxc_conf.c lxc_conf.h \
-       lxc_list.h \
-       lxc_state.c lxc_state.h \
-       lxc_log.c lxc_log.h \
-       \
-       network.c network.h \
-        nl.c nl.h \
-        rtnl.c rtnl.h \
-        genl.c genl.h
-
-liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@