X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/06186a8866478b05d56179dc2c5a3c4b3fd3a8f4..aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd:/libs/smux/Makefile diff --git a/libs/smux/Makefile b/libs/smux/Makefile deleted file mode 100644 index 8988da2f..00000000 --- a/libs/smux/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -include ../../Makefile.conf - -LIB_NAME = stgsmux - -SRCS = $(wildcard *.c) - -INCS = $(notdir $(wildcard include/stg/*.h)) - -LIB_INCS = -I ./include/stg - -#.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