Commit 5f59f4ba by legoater

fix Makefiles to compile objects in a directory different from the source.

parent 1950a2f2
INCLUDES= -I$(top_srcdir)/src
lib_LTLIBRARIES = liblxc.la
pkginclude_HEADERS = \
lxc.h \
......@@ -34,4 +36,4 @@ liblxc_la_SOURCES = \
rtnl.c rtnl.h \
genl.c genl.h
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
\ No newline at end of file
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
INCLUDES= -I$(top_srcdir)/src/liblxc
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
bin_SCRIPTS = \
lxc-ps
......
INCLUDES= -I$(top_srcdir)/src/liblxc
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
noinst_PROGRAMS = \
tst_list \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment