mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 14:58:35 +03:00
fix compilation of card_emu_tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CFLAGS=-g -Wall -I../src_simtrace -I.
|
||||
CFLAGS=-g -Wall -I../src_simtrace -I../libcommon/include -I.
|
||||
|
||||
VPATH=../src_simtrace
|
||||
VPATH=../src_simtrace ../libcommon/source
|
||||
|
||||
card_emu_test: card_emu_tests.hobj card_emu.hobj req_ctx.hobj iso7816_fidi.hobj
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
||||
Reference in New Issue
Block a user