mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +00:00
src: lxc: Fix typo in a Makefile variable
In commit 0985a9597b
we stopped
distributing generated source file. This is done by prepending
binary_SOURCES variable with "nodist_". However, there is a typo
- the prefix is "nodst_" instead of "nodist_".
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
70218e10bc
commit
6e57fa0141
@ -127,7 +127,7 @@ augeastest_DATA += lxc/test_virtlxcd.aug
|
||||
CLEANFILES += lxc/virtlxcd.aug
|
||||
|
||||
virtlxcd_SOURCES = $(REMOTE_DAEMON_SOURCES)
|
||||
nodst_virtlxcd_SOURCES = $(REMOTE_DAEMON_GENERATED)
|
||||
nodist_virtlxcd_SOURCES = $(REMOTE_DAEMON_GENERATED)
|
||||
virtlxcd_CFLAGS = \
|
||||
$(REMOTE_DAEMON_CFLAGS) \
|
||||
-DDAEMON_NAME="\"virtlxcd\"" \
|
||||
|
Loading…
Reference in New Issue
Block a user