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

This commit is contained in:
legoater 2008-09-03 09:44:36 +00:00
parent 1950a2f271
commit 5f59f4bae8
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
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@
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@

View File

@ -1,4 +1,4 @@
INCLUDES= -I$(top_srcdir)/src/liblxc
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
bin_SCRIPTS = \
lxc-ps

View File

@ -1,4 +1,4 @@
INCLUDES= -I$(top_srcdir)/src/liblxc
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
noinst_PROGRAMS = \
tst_list \