git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
[stg.git]
/
stglibs
/
smux.lib
/
Makefile
diff --git
a/stglibs/smux.lib/Makefile
b/stglibs/smux.lib/Makefile
index 9663b8cd175dfc3b42b1970f3adb984c21ece296..8988da2fb1956b08c4f1f8ae7497f01f13a1d8b4 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 = $(
notdir $(wildcard include/stg/*.h)
)
-.PHONY: asn1
+LIB_INCS = -I ./include/stg
+
+#.PHONY: asn1
#ASN1_SOURCES = RFC1213-MIB.asn1 \
# RFC1155-SMI.asn1 \