mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-03 15:58:39 +00:00
build: Remove FIXME_SERVER_SMARTCARD hack
This hack is now made obsolete by the previous commit. We can safely
remove those defines and the code now builds fine for both spice server
and spice-gtk.
commit df4ec5c318
Author: Frediano Ziglio <fziglio@redhat.com>
Date: Fri May 11 16:59:46 2018 +0100
Fix generation of Smartcard channel
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
df4ec5c318
commit
f97c9c3900
@ -78,8 +78,6 @@ libspice_common_server_la_SOURCES = \
|
||||
$(SERVER_MARSHALLERS) \
|
||||
$(NULL)
|
||||
|
||||
libspice_common_server_la_CFLAGS = -DFIXME_SERVER_SMARTCARD
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
|
||||
@ -64,11 +64,4 @@ AC_CONFIG_FILES([
|
||||
docs/Makefile
|
||||
])
|
||||
|
||||
AH_BOTTOM([
|
||||
/* argh.. this is evil */
|
||||
#if defined(FIXME_SERVER_SMARTCARD) && defined(USE_SMARTCARD)
|
||||
%:undef USE_SMARTCARD
|
||||
#endif
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user