mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Minor cleanup in daemon/Makefile.am
This commit is contained in:
@@ -26,19 +26,6 @@ generator_built = \
|
||||
stubs.c \
|
||||
names.c
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(generator_built) \
|
||||
guestfs_protocol.c \
|
||||
guestfs_protocol.h \
|
||||
errnostring-gperf.c \
|
||||
errnostring-gperf.gperf \
|
||||
errnostring.c \
|
||||
errnostring.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(BUILT_SOURCES) \
|
||||
guestfsd.pod
|
||||
|
||||
shared_with_library = \
|
||||
guestfs_protocol.c \
|
||||
guestfs_protocol.h \
|
||||
@@ -46,6 +33,15 @@ shared_with_library = \
|
||||
errnostring.c \
|
||||
errnostring.h
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(generator_built) \
|
||||
$(shared_with_library) \
|
||||
errnostring-gperf.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(BUILT_SOURCES) \
|
||||
guestfsd.pod
|
||||
|
||||
$(shared_with_library): %: $(libsrcdir)/%
|
||||
rm -f $@
|
||||
ln $< $@
|
||||
|
||||
Reference in New Issue
Block a user