X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c2543dd1d46d0590c33ddbe275057c284f081d5a..f4398ba0b7d835790b3211fd31117735fa14fd81:/stglibs/smux.lib/Makefile diff --git a/stglibs/smux.lib/Makefile b/stglibs/smux.lib/Makefile index 9663b8cd..8988da2f 100644 --- 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 \