aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 19:03:24 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 19:03:24 +0000
commita9edc7a8f148570eecb62dec4975a3f5b851345a (patch)
tree511c3c6119c0df82594ec31836680c7279e8dd67 /asn1/cdt
parent72588dbbf7e5c1b1718ef6b212c7608000745040 (diff)
- Change Makefiles to include preinc
- Add missing new directories to asn1/Makefile.nmake git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23141 f5534014-38df-0310-8fa8-9805f1628bb7
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