]> git.stg.codes - stg.git/blobdiff - stglibs/smux.lib/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / smux.lib / Makefile
index 450c6283e702fce48c1d5dce8b77500a1f51395b..8988da2fb1956b08c4f1f8ae7497f01f13a1d8b4 100644 (file)
@@ -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