mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 05:33:39 +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
|
||||
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@
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES= -I$(top_srcdir)/src/liblxc
|
||||
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
|
||||
|
||||
bin_SCRIPTS = \
|
||||
lxc-ps
|
||||
|
@ -1,4 +1,4 @@
|
||||
INCLUDES= -I$(top_srcdir)/src/liblxc
|
||||
INCLUDES= -I$(top_srcdir)/src/liblxc -I$(top_srcdir)/src
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
tst_list \
|
||||
|
Loading…
Reference in New Issue
Block a user