Really fix underlinkage for shm_open

Reported in https://bugzilla.gnome.org/show_bug.cgi?id=769603
This commit is contained in:
Matthias Clasen
2016-08-11 07:07:05 -04:00
parent 88c463a58f
commit c8ef3b1a60

View File

@@ -187,7 +187,7 @@ common_sources = \
libgdk_3_la_SOURCES = $(common_sources)
libgdk_3_la_CFLAGS = $(AM_CFLAGS) $(GDK_HIDDEN_VISIBILITY_CFLAGS)
libgdk_3_la_LIBADD = $(GDK_DEP_LIBS)
libgdk_3_la_LIBADD = $(GDK_DEP_LIBS) $(SHM_LIBS)
libgdk_3_la_LDFLAGS = $(LDADD)
if USE_X11