diff options
Diffstat (limited to 'asn1/x721')
-rw-r--r-- | asn1/x721/Makefile.am | 4 | ||||
-rw-r--r-- | asn1/x721/Makefile.common | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/asn1/x721/Makefile.am b/asn1/x721/Makefile.am index 462af31e88..c179c02a28 100644 --- a/asn1/x721/Makefile.am +++ b/asn1/x721/Makefile.am @@ -19,8 +19,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - include ../Makefile.preinc include Makefile.common -include ../Makefile.inc +# Comment this out to allow 'make all' to work +#include ../Makefile.inc diff --git a/asn1/x721/Makefile.common b/asn1/x721/Makefile.common index 9b4378657e..34777e47e2 100644 --- a/asn1/x721/Makefile.common +++ b/asn1/x721/Makefile.common @@ -22,9 +22,6 @@ #Dummy entry to pass the clean target PROTOCOL_NAME = dummy -DISSECTOR_FILES = \ - packet-$(PROTOCOL_NAME).c - EXTRA_DIST = \ Attribute-ASN1Module.asn \ ManagedObjectClassesDefinitions.asn \ |