Browse Source

[trac983] make sure libacl is built before python libs as python ACL is
going to depend on libacl.

JINMEI Tatuya 14 years ago
parent
commit
47286f0bb0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/Makefile.am

+ 2 - 2
src/lib/Makefile.am

@@ -1,3 +1,3 @@
-SUBDIRS = exceptions util log cryptolink dns cc config python xfr \
+SUBDIRS = exceptions util log cryptolink dns cc config acl python xfr \
           bench asiolink asiodns nsas cache resolve testutils datasrc \
-          acl server_common
+          server_common