Skip to content

Commit

Permalink
Merge pull request #5 from mdontu-bd/master
Browse files Browse the repository at this point in the history
various minor fixes
  • Loading branch information
mdontu-bd authored Jul 17, 2020
2 parents 768f9c9 + 11737fd commit 76cbb2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = hookguest

hookguest_SOURCES = hookguest.cpp
hookguest_LDADD = $(top_srcdir)/src/libbdvmi.la -ldl
hookguest_LDADD = $(top_builddir)/src/libbdvmi.la -ldl
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ libbdvmi_la_SOURCES = backendfactory.cpp domainwatcher.cpp \
version.cpp xcwrapper.cpp \
xenaltp2m.cpp xswrapper.cpp \
logger.cpp

libbdvmi_la_LDFLAGS = -version-number 0:1
1 change: 1 addition & 0 deletions src/dynamiclibfactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <dlfcn.h>
#include <functional>
#include <stdexcept>
#include <string>

namespace bdvmi {
Expand Down

0 comments on commit 76cbb2f

Please sign in to comment.