From b2e2712dbe9727dd022a154a0344f1e06dfa982f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 20:12:20 +0000 Subject: [PATCH] Make depenency for slc built files just like everywhere else. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18324 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 55a2f7558..91f998028 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -116,7 +116,7 @@ hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC) dist_hxtool_SOURCES = hxtool.c nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h -$(dist_hxtool_SOURCES): hxtool-commands.h +$(hxtool_OBJECTS): hxtool-commands.h hxtool_CPPFLAGS = $(INCLUDE_des) hxtool_LDADD = libhx509.la $(LIB_roken) ../sl/libsl.la $(LIB_des)