build: Minor cleanup in daemon/Makefile.am

This commit is contained in:
Matthew Booth
2013-02-12 14:45:19 +00:00
parent 754e819438
commit b0abf10b9f

View File

@@ -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 $< $@