Commit 0b0e55ccb0bace2ac60b3c0aac9f27cfb96e4900

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

Fixing RHEL7 package.

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
server/Makefile.in
... ... @@ -105,7 +105,9 @@ CFLAGS= \
105 105 @LIB3270_CFLAGS@ \
106 106 @V3270_CFLAGS@ \
107 107 @GTK_CFLAGS@ \
108   - @GLIB_CFLAGS@
  108 + @GLIB_CFLAGS@ \
  109 + @DBUS_CFLAGS@ \
  110 + @GDBUS_CFLAGS@
109 111  
110 112 LIBS= \
111 113 @LIBS@ \
... ... @@ -114,7 +116,9 @@ LIBS= \
114 116 @V3270_LIBS@ \
115 117 @LIB3270_LIBS@ \
116 118 @GTK_LIBS@ \
117   - @GLIB_LIBS@
  119 + @GLIB_LIBS@ \
  120 + @DBUS_LIBS@ \
  121 + @GDBUS_LIBS@
118 122  
119 123 #---[ Debug Rules ]----------------------------------------------------------------------
120 124  
... ...