Really fix unlinkage 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 f95d270372
commit 007ac65f19

View File

@ -205,7 +205,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