diff --git a/app/Makefile.am b/app/Makefile.am index 8c92170eb7..542a80fcd2 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -220,7 +220,6 @@ gimp_@GIMP_APP_VERSION@_LDADD = \ $(libgimpwidgets) \ $(GTK_LIBS) \ $(GTK_MAC_INTEGRATION_LIBS) \ - $(DBUS_GLIB_LIBS) \ $(gimpconsoleldadd) \ $(exchndl) \ $(GIMPRC) diff --git a/app/gui/Makefile.am b/app/gui/Makefile.am index 50def4fef8..579cd63bc0 100644 --- a/app/gui/Makefile.am +++ b/app/gui/Makefile.am @@ -17,7 +17,6 @@ AM_CPPFLAGS = \ $(GEGL_CFLAGS) \ $(GTK_CFLAGS) \ $(GTK_MAC_INTEGRATION_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) \ -I$(includedir) AM_CFLAGS = \ diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am index ce6acb3bd1..668e018b8c 100644 --- a/app/tests/Makefile.am +++ b/app/tests/Makefile.am @@ -73,7 +73,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/app \ $(PANGOCAIRO_CFLAGS) \ $(GTK_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) \ $(GEGL_CFLAGS) \ $(xobjective_c) \ -I$(includedir) @@ -132,7 +131,6 @@ LDADD = \ $(GIMPICONRC) \ $(GTK_LIBS) \ $(GTK_MAC_INTEGRATION_LIBS) \ - $(DBUS_GLIB_LIBS) \ $(GDK_PIXBUF_LIBS) \ $(FREETYPE_LIBS) \ $(FONTCONFIG_LIBS) \ diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am index 3f1824cdc1..9d14ddae02 100644 --- a/devel-docs/app/Makefile.am +++ b/devel-docs/app/Makefile.am @@ -104,7 +104,6 @@ GTKDOC_LIBS = \ $(FONTCONFIG_LIBS) \ $(FREETYPE_LIBS) \ $(HARFBUZZ_LIBS) \ - $(DBUS_GLIB_LIBS) \ $(GEGL_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) \