On 7/25/12 7:44 PM, Konke Radlow wrote: > --- /dev/null > +++ b/lib/libv4l2rds/Makefile.am > @@ -0,0 +1,11 @@ > +if WITH_LIBV4L > +lib_LTLIBRARIES = libv4l2rds.la > +include_HEADERS = ../include/libv4l2rds.h > +pkgconfig_DATA = libv4l2rds.pc > +else > +noinst_LTLIBRARIES = libv4l2rds.la > +endif > + > +libv4l2rds_la_SOURCES = libv4l2rds.c > +libv4l2rds_la_CPPFLAGS = -fvisibility=hidden $(ENFORCE_LIBV4L_STATIC) -std=c99 > +libv4l2rds_la_LDFLAGS = -version-info 0 -lpthread $(DLOPEN_LIBS) $(ENFORCE_LIBV4L_STATIC) You don't call dlopen, so you can drop $(DLOPEN_LIBS) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html