From afbd69ded693da1ba197bd40174d813cc3b8386d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 24 Aug 2005 17:36:21 +0000 Subject: [PATCH] Make this work with a clean directory. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15973 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/kadm5/Makefile.am b/lib/kadm5/Makefile.am index bc717bc80..7d8bc2452 100644 --- a/lib/kadm5/Makefile.am +++ b/lib/kadm5/Makefile.am @@ -94,12 +94,6 @@ SOURCES_server = \ libkadm5srv_la_SOURCES = $(SOURCES_server) server_glue.c libkadm5clnt_la_SOURCES = $(SOURCES_client) client_glue.c - -iprop-commands.c iprop-commands.h: iprop-commands.in - $(SLC) $(srcdir)/iprop-commands.in - -$(iprop_log_SOURCES): iprop-commands.h - iprop_log_SOURCES = iprop-log.c iprop-commands.c replay_log_SOURCES = replay_log.c kadm5_locl.h @@ -139,12 +133,16 @@ iprop_log_LDADD = \ $(LIB_pidfile) -CLEANFILES = kadm5_err.c kadm5_err.h iprop-commands.h iprop-commands.c +iprop-commands.c iprop-commands.h: iprop-commands.in + $(SLC) $(srcdir)/iprop-commands.in $(libkadm5srv_la_OBJECTS): kadm5_err.h +$(iprop_log_OBJECTS): iprop-commands.h client_glue.lo server_glue.lo: $(srcdir)/common_glue.c +CLEANFILES = kadm5_err.c kadm5_err.h iprop-commands.h iprop-commands.c + # to help stupid solaris make kadm5_err.h: kadm5_err.et