repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
libusb
/
examples
/
Makefile.am
blob
42073553d9ed4b33a6a2e6ecaee71df07dcaae74
1
INCLUDES = -I$(top_srcdir)
2
noinst_PROGRAMS = lsusb testlibusb
3
4
lsusb_SOURCES = lsusb.c
5
lsusb_LDADD = ../libusb/libusb.la -lusb
6
7
testlibusb_SOURCES = testlibusb.c
8
testlibusb_LDADD = ../libusb/libusb.la -lusb
9