]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak Makefile.in for example fd plugin.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 24 Jan 2012 13:55:33 +0000 (14:55 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:30 +0000 (14:50 +0200)
Not automatically build and installed as better examples exist
in this directory.

bacula/src/plugins/fd/Makefile.in

index 8992a358be44690d686dea89646fb0d81d5dc584..35c5d2d4c5c5869fe60958bebd2e6c31c58490e1 100644 (file)
@@ -18,6 +18,12 @@ LIBDIR=../../lib
 
 all: bpipe-fd.la test-plugin-fd.la delta-test-fd.la
 
+example-plugin-fd.lo: example-plugin-fd.c ${FDDIR}/fd_plugins.h
+       $(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) $(CPPFLAGS) $(CFLAGS) -I../.. -I${FDDIR} -c example-plugin-fd.c
+
+example-plugin-fd.la: Makefile example-plugin-fd$(DEFAULT_OBJECT_TYPE)
+       $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -shared example-plugin-fd.lo -o $@ -rpath $(plugindir) -module -export-dynamic -avoid-version
+
 bpipe-fd.lo: bpipe-fd.c ${FDDIR}/fd_plugins.h
        $(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) $(CPPFLAGS) $(CFLAGS) -I../.. -I${FDDIR} -c bpipe-fd.c