On Thu, Jan 31, 2013 at 04:53:44PM +0800, Wenchao Xia wrote: > diff --git a/libqblock/Makefile b/libqblock/Makefile > index 8173da7..a6be721 100644 > --- a/libqblock/Makefile > +++ b/libqblock/Makefile > @@ -1,4 +1,29 @@ > all: libqblock.la > > -libqblock.la: > - @true > +# objects linked into a shared library, built with libtool with -fPIC if > required > +libqblock-obj-y = libqblock/libqblock.o libqblock/libqblock-error.o > +libqblock-obj-y += $(filter-out stubs/set-fd-handler.o, $(stub-obj-y))
I guess you will reimplement the function yourself later? Please include a comment explaining the reason for making this exception.