mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 00:00:20 +00:00
[LWIP]
* Add missing dependency on bugcodes. svn path=/trunk/; revision=53269
This commit is contained in:
parent
5ed6d7f55c
commit
921b0cfa4d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
include_directories(
|
||||
BEFORE include
|
||||
${REACTOS_SOURCE_DIR}/drivers/network/tcpip/include
|
||||
${REACTOS_SOURCE_DIR}/drivers/network/tcpip/include
|
||||
${REACTOS_SOURCE_DIR}/lib/drivers/lwip/src/include
|
||||
${REACTOS_SOURCE_DIR}/lib/drivers/lwip/src/include/ipv4)
|
||||
|
||||
|
@ -57,4 +57,4 @@ list(APPEND SOURCE
|
|||
src/core/snmp/msg_out.c)
|
||||
|
||||
add_library(lwip ${SOURCE})
|
||||
|
||||
add_dependencies(lwip bugcodes)
|
||||
|
|
Loading…
Reference in a new issue