1 2 3 4 5 6 7 8 9 10
lib_LTLIBRARIES = libusbhp.la libusbhp_la_LIBADD = $(UDEV_LIBS) libusbhp_la_CXXFLAGS = $(UDEV_CFLAGS) libusbhp_la_SOURCES = \ libusbhp.cc include_HEADERS = \ libusbhp.h