]> git.proxmox.com Git - mirror_lxc.git/blob - src/liblxc/Makefile.am
Added C++ compatibility, change to libtool, improve monitoring
[mirror_lxc.git] / src / liblxc / Makefile.am
1 lib_LTLIBRARIES = liblxc.la
2 pkginclude_HEADERS = \
3 lxc.h \
4 lxc_cgroup.h \
5 lxc_conf.h \
6 lxc_list.h \
7 lxc_lock.h \
8 lxc_log.h \
9 lxc_namespace.h \
10 lxc_state.h \
11 lxc_utils.h
12
13 liblxc_la_SOURCES = \
14 create.c \
15 destroy.c \
16 start.c \
17 stop.c \
18 execute.c \
19 monitor.c monitor.h \
20 kill.c \
21 freezer.c \
22 lxc_cgroup.c lxc_cgroup.h \
23 lxc.h \
24 lxc_utils.h \
25 lxc_lock.c lxc_lock.h \
26 lxc_namespace.h \
27 lxc_conf.c lxc_conf.h \
28 lxc_list.h \
29 lxc_state.c lxc_state.h \
30 lxc_log.c lxc_log.h \
31 \
32 network.c network.h \
33 nl.c nl.h \
34 rtnl.c rtnl.h \
35 genl.c genl.h
36
37 liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@