aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-10 10:25:09 +0000
commit6115b7601d823ca4e7e5d14ca400c8fbb8ceeaf5 (patch)
tree860d60b21d9f9ab56da164d830f5f367f0ff52e8 /asn1/h245
parent1b04a660e5da99ff35f3f4eb3c2154177781687b (diff)
better solution for different submake calling on Windows and Linux
svn path=/trunk/; revision=23131
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/Makefile.am1
-rw-r--r--asn1/h245/Makefile.nmake3
2 files changed, 3 insertions, 1 deletions
diff --git a/asn1/h245/Makefile.am b/asn1/h245/Makefile.am
index a034690647..462af31e88 100644
--- a/asn1/h245/Makefile.am
+++ b/asn1/h245/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/h245/Makefile.nmake b/asn1/h245/Makefile.nmake
index b3fa922696..5a32997c60 100644
--- a/asn1/h245/Makefile.nmake
+++ b/asn1/h245/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