correct path to Makefile.am.common

SUFFIXES and .x.c: add back old rules to make it work


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5641 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-20 02:41:07 +00:00
parent d71742f484
commit 022c45f90e

View File

@@ -1,6 +1,8 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
include $(top_srcdir)/cf/Makefile.am.common
SUFFIXES = .x .et .h
INCLUDES += -I../asn1 -I$(srcdir)/../asn1
@@ -34,3 +36,6 @@ asn1_files: ../asn1/asn1_compile $(srcdir)/hdb.asn1
../asn1/asn1_compile $(srcdir)/hdb.asn1 hdb_asn1
$(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
.x.c:
@cmp -s $< $@ 2> /dev/null || cp $< $@