]> xenbits.xensource.com Git - libvirt.git/commitdiff
src: lxc: Fix typo in a Makefile variable
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 10 Nov 2019 10:06:19 +0000 (11:06 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sun, 10 Nov 2019 10:06:19 +0000 (11:06 +0100)
In commit 0985a9597bb0348d46c0d18dc548a676bf0ad8e2 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>
src/lxc/Makefile.inc.am

index d3a7cbf93bef26c884c5fa546008ece164f6014e..6aaec09fb4f5d7db8f90fe42fbdd378eae961045 100644 (file)
@@ -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\"" \