
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1226 ec53bebd-3082-4978-b11e-865c3cabbd6b
15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
|
|
|
lib_LIBRARIES = liberror.a
|
|
|
|
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c
|
|
|
|
%.c: %.et
|
|
$(SHELL) ./compile_et $<
|
|
|
|
krb5_err.o: asn1_err.c
|