This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#63151 move overridable headers
Change-Id: Ic71e360499165ad11093fbf852ba1c57a709a47e
pull/1987/head
Richard Fuchs
5 months ago
parent
e600a58502
commit
d276ba4e6b
4 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/Makefile
+0
-0
daemon/private/log.h
+0
-0
daemon/private/log_funcs.h
+0
-0
daemon/private/loglevels.h
+ 1
- 0
daemon/Makefile
View File
@ -16,6 +16,7 @@ endif
CFLAGS
+=
-pthread
CFLAGS
+=
-std
=
c11
CFLAGS
+=
-I. -I../kernel-module/ -I../lib/ -I../include/
CFLAGS
+=
-Iprivate
CFLAGS
+=
-D_GNU_SOURCE
CFLAGS
+=
$(
CFLAGS_GLIB
)
CFLAGS
+=
$(
CFLAGS_GTHREAD
)
daemon/log.h → daemon/private/log.h
View File
daemon/log_funcs.h → daemon/private/log_funcs.h
View File
daemon/loglevels.h → daemon/private/loglevels.h
View File
Write
Preview
Loading…
Cancel
Save