
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1147 ec53bebd-3082-4978-b11e-865c3cabbd6b
13 lines
214 B
Makefile
13 lines
214 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
|
|
|
lib_LIBRARIES = error
|
|
|
|
error_SOURCES = error.c krb5_err.c asn1_err.c
|
|
|
|
%.c: %.et
|
|
$(srcdir)/compile_et $<
|