summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2017-04-23 14:56:08 +0200
committernorly <ny-git@enpas.org>2017-04-23 14:56:08 +0200
commit4a30d181fcef6f2d0d9a38d4a0171734109fd5f1 (patch)
tree25d002d5041e055f8c1f3d84c13f0df177e7d374 /Makefile
parent7c66927d8141cd22fc1f29bf7f1a8fb2adb2bdbd (diff)
vw-bap-rx.c: Extract reception functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a0fe71..2ae5603 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS += -Wall -g
-BAPLIB = vw-bap.c vw-bap-frame.c
+BAPLIB = vw-bap.c vw-bap-frame.c vw-bap-rx.c
all: vw-bap-dump vw-bap-sniffer