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 lib_LTLIBRARIES = liblxc.la
pkginclude_HEADERS = \ pkginclude_HEADERS = \
lxc.h \ lxc.h \
......
INCLUDES= -I$(top_srcdir)/src/liblxc INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
bin_SCRIPTS = \ bin_SCRIPTS = \
lxc-ps lxc-ps
......
INCLUDES= -I$(top_srcdir)/src/liblxc INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
noinst_PROGRAMS = \ noinst_PROGRAMS = \
tst_list \ 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