diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-10-10 19:03:24 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-10-10 19:03:24 +0000 |
commit | 61cde0d09e0086b17aa8b7aa0b080b5ac7d78355 (patch) | |
tree | 511c3c6119c0df82594ec31836680c7279e8dd67 /asn1/rrlp | |
parent | 5c901658e797fca86d70e932843f26f06bc0d5b9 (diff) | |
download | wireshark-61cde0d09e0086b17aa8b7aa0b080b5ac7d78355.tar.gz wireshark-61cde0d09e0086b17aa8b7aa0b080b5ac7d78355.tar.bz2 wireshark-61cde0d09e0086b17aa8b7aa0b080b5ac7d78355.zip |
- Change Makefiles to include preinc
- Add missing new directories to asn1/Makefile.nmake
svn path=/trunk/; revision=23141
Diffstat (limited to 'asn1/rrlp')
-rw-r--r-- | asn1/rrlp/Makefile.am | 1 | ||||
-rw-r--r-- | asn1/rrlp/Makefile.nmake | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/asn1/rrlp/Makefile.am b/asn1/rrlp/Makefile.am index a034690647..462af31e88 100644 --- a/asn1/rrlp/Makefile.am +++ b/asn1/rrlp/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/rrlp/Makefile.nmake b/asn1/rrlp/Makefile.nmake index b3fa922696..5a32997c60 100644 --- a/asn1/rrlp/Makefile.nmake +++ b/asn1/rrlp/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 |