From c0b114672b7d99b2f1108ef3476883d188b4b4d1 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 24 Jan 2012 14:44:29 +0100 Subject: [PATCH] Tweak Makefile.in --- bacula/src/plugins/sd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/plugins/sd/Makefile.in b/bacula/src/plugins/sd/Makefile.in index 61f5211e5c..7a3ae2603e 100644 --- a/bacula/src/plugins/sd/Makefile.in +++ b/bacula/src/plugins/sd/Makefile.in @@ -19,7 +19,7 @@ LIBDIR=../../lib all: example-plugin-sd.la -example-plugin-sd.lo: example-plugin-sd.c ${SDDIR}/dir_plugins.h +example-plugin-sd.lo: example-plugin-sd.c ${SDDIR}/sd_plugins.h $(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) $(CFLAGS) -I../.. -I${SDDIR} -c example-plugin-sd.c example-plugin-sd.la: Makefile example-plugin-sd$(DEFAULT_OBJECT_TYPE) -- 2.39.5