X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/38ee45741b7e4265cb763a9c20368d278ec0031f..58c44b8153f2164b07be44e463bf7b92044098bd:/stglibs/smux.lib/Makefile

diff --git a/stglibs/smux.lib/Makefile b/stglibs/smux.lib/Makefile
index 450c6283..8988da2f 100644
--- a/stglibs/smux.lib/Makefile
+++ b/stglibs/smux.lib/Makefile
@@ -4,15 +4,19 @@ LIB_NAME = stgsmux
 
 SRCS = $(wildcard *.c)
 
-INCS = $(wildcard *.h)
+INCS = $(notdir $(wildcard include/stg/*.h))
 
-ASN1_SOURCES = RFC1213-MIB.asn1 \
-	       RFC1155-SMI.asn1 \
-	       RFC1157-SNMP.asn1 \
-	       SMUX.asn1
+LIB_INCS = -I ./include/stg
 
-asn1: $(ASN1_SOURCES)
-	asn1c -fskeletons-copy -fcompound-names $^
-	rm Makefile.am.sample
+#.PHONY: asn1
+
+#ASN1_SOURCES = RFC1213-MIB.asn1 \
+#	       RFC1155-SMI.asn1 \
+#	       RFC1157-SNMP.asn1 \
+#	       SMUX.asn1
+
+#asn1: $(ASN1_SOURCES)
+#	asn1c -fskeletons-copy -fcompound-names $^
+#	rm Makefile.am.sample
 
 include ../Makefile.in