aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cdt')
-rw-r--r--asn1/cdt/Makefile.am1
-rw-r--r--asn1/cdt/Makefile.nmake3
2 files changed, 3 insertions, 1 deletions
diff --git a/asn1/cdt/Makefile.am b/asn1/cdt/Makefile.am
index a034690647..462af31e88 100644
--- a/asn1/cdt/Makefile.am
+++ b/asn1/cdt/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/cdt/Makefile.nmake b/asn1/cdt/Makefile.nmake
index b3fa922696..5a32997c60 100644
--- a/asn1/cdt/Makefile.nmake
+++ b/asn1/cdt/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