blob: 572516052b3573951dd870ec3e2c1e4298ac5dff (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | bin_PROGRAMS = hptest
hptest_LDADD = $(UDEV_LIBS) ../libusbhp/libusbhp.la
hptest_CXXFLAGS = -I../libusbhp $(UDEV_CFLAGS)
hptest_SOURCES = \
	test.cc
include_HEADERS =
EXTRA_DIST = test.vcxproj
 |