git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix raw packet access in cap_divert
[stg.git]
/
stglibs
/
smux.lib
/
Makefile
diff --git
a/stglibs/smux.lib/Makefile
b/stglibs/smux.lib/Makefile
index 9663b8cd175dfc3b42b1970f3adb984c21ece296..c5824be9c9366382b1cbb405f942b634249e8166 100644
(file)
--- a/
stglibs/smux.lib/Makefile
+++ b/
stglibs/smux.lib/Makefile
@@
-4,9
+4,11
@@
LIB_NAME = stgsmux
SRCS = $(wildcard *.c)
-INCS = $(wildcard *.h)
+INCS = $(wildcard
include/stg/
*.h)
-.PHONY: asn1
+LIB_INCS = -I ./include/stg
+
+#.PHONY: asn1
#ASN1_SOURCES = RFC1213-MIB.asn1 \
# RFC1155-SMI.asn1 \