X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=6a406913b4c7ec835824f9ca297c2bdfd8c5e74e;hb=a856f9bffd70603002773c05531db6cecf014cc9;hp=a377cce2eee6dbd9ebfdabc84a1446e003b3ece8;hpb=89b88101e593204963f90cb63fe0cf7cc11c7778;p=virt-bmap.git diff --git a/Makefile.am b/Makefile.am index a377cce..6a40691 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ bin_SCRIPTS = virt-bmap lib_LTLIBRARIES = \ virtbmapexaminer.la + virtbmapexaminer_la_CPPFLAGS = \ -I$(srcdir) virtbmapexaminer_la_CFLAGS = \ @@ -40,6 +41,23 @@ virtbmapexaminer_la_SOURCES = \ visit.c \ visit.h +nbdkitplugin_LTLIBRARIES = \ + bmaplogger.la + +bmaplogger_la_CPPFLAGS = \ + -I$(srcdir) +bmaplogger_la_CFLAGS = \ + -Wall \ + -pthread +bmaplogger_la_LDFLAGS = \ + -module -avoid-version -shared +bmaplogger_la_SOURCES = \ + cleanups.c \ + cleanups.h \ + logger.c \ + ranges.cpp \ + ranges.h + man_MANS = virt-bmap.1 virt-bmap.1: virt-bmap.pod