[cl-net-snmp-cvs] r46 - trunk

ctian at common-lisp.net ctian at common-lisp.net
Wed Sep 19 12:37:12 UTC 2007


Author: ctian
Date: Wed Sep 19 08:37:12 2007
New Revision: 46

Modified:
   trunk/net-snmp.asd
Log:
Change ASDF

Modified: trunk/net-snmp.asd
==============================================================================
--- trunk/net-snmp.asd	(original)
+++ trunk/net-snmp.asd	Wed Sep 19 08:37:12 2007
@@ -15,12 +15,11 @@
                :iolib
                :zebu)
   :components ((:module asn.1 :components ((:file "package")
+                                           (:file "syntax" :depends-on ("package"))
                                            (:file "ber" :depends-on ("package"))
-                                           (:file "oid" :depends-on ("ber"))
-                                           (:file "mib" :depends-on ("oid"))
-                                           (:zebu-source-file "asn.1")
-					   (:file "mib-parse"
-                                            :depends-on ("mib" "asn.1"))))
+                                           (:file "smi" :depends-on ("ber"))
+                                           (:file "oid" :depends-on ("syntax" "ber"))
+                                           (:file "mib" :depends-on ("syntax" "oid"))))
                (:file "package")
                (:file "constants" :depends-on ("package"))
 	       (:file "typedefs" :depends-on ("constants"))



More information about the Cl-net-snmp-cvs mailing list