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:
Eduardo Lima (Etrunko) 2018-05-17 11:04:16 -03:00 committed by Frediano Ziglio
parent df4ec5c318
commit f97c9c3900
2 changed files with 0 additions and 9 deletions

View File

@ -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) \

View File

@ -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