summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-21 18:48:28 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-22 10:24:30 +0200
commite0e8d091ffdf4abd3584c8a69985834854278138 (patch)
tree8ad73457e7d8378df3846f74d24d9fd63f667c32
parent4531c065bac65266a0aa5b723e83f4154e1792cb (diff)
downloadspice-e0e8d091ffdf4abd3584c8a69985834854278138.tar.gz
spice-e0e8d091ffdf4abd3584c8a69985834854278138.tar.xz
spice-e0e8d091ffdf4abd3584c8a69985834854278138.zip
fix make distcheck
-rw-r--r--client/smartcard_channel.cpp2
-rw-r--r--common/backtrace.c2
-rw-r--r--server/Makefile.am9
3 files changed, 7 insertions, 6 deletions
diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp
index e0e9b889..11a6be07 100644
--- a/client/smartcard_channel.cpp
+++ b/client/smartcard_channel.cpp
@@ -20,7 +20,7 @@
#include <spice/enums.h>
-#include "client/red_client.h"
+#include "red_client.h"
#include "mutex.h"
extern "C" {
diff --git a/common/backtrace.c b/common/backtrace.c
index d606dd9b..650dc1d7 100644
--- a/common/backtrace.c
+++ b/common/backtrace.c
@@ -28,7 +28,7 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include "common/spice_common.h"
+#include "spice_common.h"
#define GSTACK_PATH "/usr/bin/gstack"
diff --git a/server/Makefile.am b/server/Makefile.am
index d94f9fb1..7af59a68 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -32,10 +32,10 @@ generated_marshallers.h: $(top_srcdir)/spice.proto
lib_LTLIBRARIES = libspice-server.la
-libspice_server_la_LDFLAGS = \
- -version-number $(SPICE_LT_VERSION) \
- -Wl,--version-script=spice-server.syms \
- -no-undefined \
+libspice_server_la_LDFLAGS = \
+ -version-number $(SPICE_LT_VERSION) \
+ -Wl,--version-script=$(top_srcdir)/server/spice-server.syms \
+ -no-undefined \
$(NULL)
libspice_server_la_LIBADD = \
@@ -129,6 +129,7 @@ libspice_serverinclude_HEADERS = \
EXTRA_DIST = \
glz_encode_match_tmpl.c \
glz_encode_tmpl.c \
+ spice-server.syms \
$(NULL)
BUILT_SOURCES = $(spice_built_sources)