aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-10 19:03:24 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-10 19:03:24 +0000
commit61cde0d09e0086b17aa8b7aa0b080b5ac7d78355 (patch)
tree511c3c6119c0df82594ec31836680c7279e8dd67 /asn1/dap
parent5c901658e797fca86d70e932843f26f06bc0d5b9 (diff)
- Change Makefiles to include preinc
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/Makefile.am1
-rw-r--r--asn1/dap/Makefile.nmake3
2 files changed, 3 insertions, 1 deletions
diff --git a/asn1/dap/Makefile.am b/asn1/dap/Makefile.am
index a034690647..462af31e88 100644
--- a/asn1/dap/Makefile.am
+++ b/asn1/dap/Makefile.am
@@ -20,6 +20,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+include ../Makefile.preinc
include Makefile.common
include ../Makefile.inc
diff --git a/asn1/dap/Makefile.nmake b/asn1/dap/Makefile.nmake
index b3fa922696..5a32997c60 100644
--- a/asn1/dap/Makefile.nmake
+++ b/asn1/dap/Makefile.nmake
@@ -22,7 +22,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-include Makefile.common
include ../../config.nmake
+include ../Makefile.preinc.nmake
+include Makefile.common
include ../Makefile.inc.nmake