Commit b8ab9147c8619ece210763531d04fde99a8347fb

Authored by Perry Werneck
1 parent 8b21b938
Exists in master and in 1 other branch develop

Fixing build error.

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
Makefile.in
... ... @@ -102,8 +102,7 @@ CFLAGS= \
102 102 -DBUILD_DATE=`date +%Y%m%d` \
103 103 @LIB3270_CFLAGS@ \
104 104 @GTK_CFLAGS@ \
105   - @GLIB_CFLAGS@ \
106   - @LIBSSL_CFLAGS@
  105 + @GLIB_CFLAGS@
107 106  
108 107 LIBS= \
109 108 @LIBS@ \
... ... @@ -111,8 +110,7 @@ LIBS= \
111 110 @GLIB_LIBS@ \
112 111 @LIBICONV@ \
113 112 @INTL_LIBS@ \
114   - @LIB3270_LIBS@ \
115   - @LIBSSL_LIBS@
  113 + @LIB3270_LIBS@
116 114  
117 115 #---[ Debug Rules ]----------------------------------------------------------------------
118 116  
... ...