summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 0db10b3..7c1da96 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -191,7 +191,7 @@ endif
# ---------- Win32 stuff ----------
if OS_WIN32
-libatk_1_0_la_LDFLAGS += -export-symbols atk.def -no-undefined -Wl,atk-win32-res.o
+libatk_1_0_la_LDFLAGS += -no-undefined -Wl,atk-win32-res.o
libatk_1_0_la_DEPENDENCIES = atk-win32-res.o
endif