summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-01-03 19:31:29 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 19:46:04 +0200
commitf0eb948b5c433c16a188bb7fec6712df6e1c2b77 (patch)
tree6761475ad3f58636fde1e41059d25ba7d2e8e551
parent766bd244dc7972166e3d7cf0637721dafc8d5f4b (diff)
downloadspice-f0eb948b5c433c16a188bb7fec6712df6e1c2b77.tar.gz
spice-f0eb948b5c433c16a188bb7fec6712df6e1c2b77.tar.xz
spice-f0eb948b5c433c16a188bb7fec6712df6e1c2b77.zip
spice: server: common/ files are not needed by "make dist" (subdir config)
Signed-off-by: Uri Lublin <uril@redhat.com>
-rw-r--r--server/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 15ed08e2..f092fd17 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -69,9 +69,9 @@ libspice_la_SOURCES = \
snd_worker.h \
spice.h \
vd_interface.h \
- $(COMMON_SRCS) \
$(NULL)
+nodist_libspice_la_SOURCES = $(COMMON_SRCS)
libspiceincludedir = $(includedir)/libspice
libspiceinclude_HEADERS = \
spice.h \