mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
the code we used to have in libusb_util.c has been migrated to libosmousb, a new part of libosmocore.git. Let's remove our historic copy and use the new shared library instead. Change-Id: Ib588c08f873c4da8f3a02815ee2767674a6a5061
7 lines
207 B
Makefile
7 lines
207 B
Makefile
nobase_include_HEADERS = \
|
|
osmocom/simtrace2/apdu_dispatch.h \
|
|
osmocom/simtrace2/simtrace2_api.h \
|
|
osmocom/simtrace2/simtrace_usb.h \
|
|
osmocom/simtrace2/simtrace_prot.h \
|
|
osmocom/simtrace2/gsmtap.h
|