]> git.stg.codes - stg.git/blobdiff - stglibs/smux.lib/Makefile
Keep stglibs headers and libraries "at home"
[stg.git] / stglibs / smux.lib / Makefile
index 9663b8cd175dfc3b42b1970f3adb984c21ece296..c5824be9c9366382b1cbb405f942b634249e8166 100644 (file)
@@ -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 \