mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 22:51:24 +00:00
fix Makefiles to compile objects in a directory different from the source.
This commit is contained in:
parent
1950a2f271
commit
5f59f4bae8
@ -1,3 +1,5 @@
|
|||||||
|
INCLUDES= -I$(top_srcdir)/src
|
||||||
|
|
||||||
lib_LTLIBRARIES = liblxc.la
|
lib_LTLIBRARIES = liblxc.la
|
||||||
pkginclude_HEADERS = \
|
pkginclude_HEADERS = \
|
||||||
lxc.h \
|
lxc.h \
|
||||||
@ -34,4 +36,4 @@ liblxc_la_SOURCES = \
|
|||||||
rtnl.c rtnl.h \
|
rtnl.c rtnl.h \
|
||||||
genl.c genl.h
|
genl.c genl.h
|
||||||
|
|
||||||
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
|
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
INCLUDES= -I$(top_srcdir)/src/liblxc
|
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
|
||||||
|
|
||||||
bin_SCRIPTS = \
|
bin_SCRIPTS = \
|
||||||
lxc-ps
|
lxc-ps
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
INCLUDES= -I$(top_srcdir)/src/liblxc
|
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
|
||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
tst_list \
|
tst_list \
|
||||||
|
Loading…
Reference in New Issue
Block a user