X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=4695af26826c17725fa6d04f8abb9a37e7cd286c;hb=2d47f3cd1e2b6ac70efda6a868d97bed866e9d6f;hp=1d796adc24efa0ed01f14c7aaac146830ea493a8;hpb=8577bd357660986eaceacf6f8b0fd6870d2098b7;p=gnulib.git diff --git a/modules/poll b/modules/poll index 1d796adc2..4695af268 100644 --- a/modules/poll +++ b/modules/poll @@ -12,12 +12,22 @@ configure.ac: gl_FUNC_POLL Makefile.am: -noinst_HEADERS += poll_.h -DISTCLEANFILES += poll.h +BUILT_SOURCES += $(POLL_H) +EXTRA_DIST += poll_.h + +# We need the following in order to create an when the system +# doesn't have one. +all-local $(lib_OBJECTS): $(POLL_H) +poll.h: poll_.h + cp $(srcdir)/poll_.h $@-t + mv $@-t $@ +MOSTLYCLEANFILES += poll.h poll.h-t Include: #include +License: +GPL + Maintainer: Paolo Bonzini -