When building packet-dap.c on an empty build tree, packet-dap.c would
authorJörg Mayer <jmayer@loplof.de>
Tue, 17 Sep 2013 18:02:25 +0000 (18:02 -0000)
committerJörg Mayer <jmayer@loplof.de>
Tue, 17 Sep 2013 18:02:25 +0000 (18:02 -0000)
commitfb834104e517869dfb9953e3379da608cd75c928
tree7a80d84761b641eb860e2f32878bdcf5edc6301a
parentb7bb743641baeced2c9ff3605144c39df2b758a7
When building packet-dap.c on an empty build tree, packet-dap.c would
be incorrect on the first pass and only be correct when remade.
The reason was that disp-exp.cnf was created incorrectly on first pass.
disp-exp.cnf required dop-exp.cnf to build correctly, so add a mechanism
to add dependencies for export files.

Note: Only the cmake change has been tested, the autofoo stuff requires
  testing.

svn path=/trunk/; revision=52120
asn1/Makefile.inc
asn1/disp/CMakeLists.txt
asn1/disp/Makefile.common
cmake/modules/UseAsn2Wrs.cmake