summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-09-28 15:31:48 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-09-28 15:31:48 +0200
commitef57834505419a28e5048524e500638923b088d5 (patch)
tree001823bd36b867533cb0aeef245ed00047c78f48
parent133418efd4c48d4e465a5d4c2d64c3310c88a2c0 (diff)
client includes
-rw-r--r--gtk/Makefile.am26
-rw-r--r--gtk/channel-record.c0
-rw-r--r--gtk/channel-record.h0
3 files changed, 26 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index afeb4c9..96352e2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -58,6 +58,11 @@ libspice_client_gtk_la_SOURCES = \
vncdisplaykeymap.h \
$(NULL)
+libspice_client_gtkincludedir = $(includedir)/spice-client
+libspice_client_gtkinclude_HEADERS = \
+ spice-widget.h \
+ $(NULL)
+
libspice_client_pulse_la_LDFLAGS = \
-version-number 0:0:1 \
@@ -73,6 +78,11 @@ libspice_client_pulse_la_SOURCES = \
spice-pulse.h \
$(NULL)
+libspice_client_pulseincludedir = $(includedir)/spice-client
+libspice_client_pulseinclude_HEADERS = \
+ spice-pulse.h \
+ $(NULL)
+
libspice_client_glib_la_LDFLAGS = \
-version-number 0:0:1 \
@@ -118,6 +128,8 @@ libspice_client_glib_la_SOURCES = \
channel-inputs.c \
channel-playback.h \
channel-playback.c \
+ channel-record.h \
+ channel-record.c \
\
decode.h \
decode-glz.c \
@@ -144,6 +156,20 @@ libspice_client_glib_la_SOURCES = \
$(COMMON_DIR)/lz.h \
$(NULL)
+libspice_client_gtkincludedir = $(includedir)/spice-client
+libspice_client_gtkinclude_HEADERS = \
+ spice-client.h \
+ spice-types.h \
+ spice-session.h \
+ spice-channel.h \
+ channel-main.h \
+ channel-display.h \
+ channel-cursor.h \
+ channel-inputs.h \
+ channel-playback.h \
+ channel-record.h \
+ $(NULL)
+
spicy_SOURCES = \
spicy.c \
diff --git a/gtk/channel-record.c b/gtk/channel-record.c
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gtk/channel-record.c
diff --git a/gtk/channel-record.h b/gtk/channel-record.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gtk/channel-record.h