Oops. Fix make variable name. Thanks again, make.
Change-Id: Iecbb41acc835bb8eb20b668c89a3ff065470fcb7
This commit is contained in:
parent
f1591691ee
commit
bf10647b61
2 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,8 @@ LIBADB_SRC_FILES := \
|
|||
transport.c \
|
||||
transport_usb.c \
|
||||
|
||||
LIBADB_C_FLAGS := \
|
||||
-Wall -Werror \
|
||||
LIBADB_CFLAGS := \
|
||||
-Wall -Werror -Wno-unused-parameter \
|
||||
-D_XOPEN_SOURCE -D_GNU_SOURCE \
|
||||
-fvisibility=hidden \
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include "adb_listeners.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
int gListenAll = 0; /* Not static because it is used in commandline.c. */
|
||||
|
|
Loading…
Reference in a new issue