Commit 8099e7adb62a3ba6f6b00c4ff879e116d96e137e

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

Fixing build issues.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
Makefile.in
... ... @@ -107,7 +107,9 @@ CFLAGS= \
107 107 @V3270_CFLAGS@ \
108 108 @GTK_CFLAGS@ \
109 109 @GLIB_CFLAGS@ \
110   - @PW3270_CFLAGS@
  110 + @PW3270_CFLAGS@ \
  111 + @DBUS_CFLAGS@ \
  112 + @GDBUS_CFLAGS@
111 113  
112 114 GTK_LIBS=@GTK_LIBS@
113 115 V3270_LIBS=@V3270_LIBS@
... ...