]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Makefile: fix typo
authorPavel Hrdina <phrdina@redhat.com>
Wed, 25 Mar 2015 10:30:38 +0000 (11:30 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 25 Mar 2015 10:30:38 +0000 (11:30 +0100)
Commit 95695388 introduced new util/virthreadjob.c/h files but the
makefile has type that breaks rpm build.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/Makefile.am

index ec62ab4607f58ad46b2e644d591f07ae0269a482..97e060a9f1b7ee58c4d40e2a24108a0bf13a3c7d 100644 (file)
@@ -160,7 +160,7 @@ UTIL_SOURCES =                                                      \
                util/virsysinfo.c util/virsysinfo.h             \
                util/virsystemd.c util/virsystemd.h             \
                util/virthread.c util/virthread.h               \
-               util/virthreadjob.c utils/virthreadjob.h        \
+               util/virthreadjob.c util/virthreadjob.h         \
                util/virthreadpool.c util/virthreadpool.h       \
                util/virtime.h util/virtime.c                   \
                util/virtpm.h util/virtpm.c                     \