summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-09-12 23:03:05 +0200
committerJohn (J5) Palmieri <johnp@redhat.com>2011-09-13 16:36:47 -0400
commit863c087911203a8f3ebaa8e77622a3437a7cd320 (patch)
tree81418f2767bfe3b7772e05b1e64ba143d4daa1eb
parent24b920f9922e367bdb8b3e56c2f61e0c8f5cdb66 (diff)
downloadpygobject-863c087911203a8f3ebaa8e77622a3437a7cd320.tar.gz
Remove common_ldflags from Makefile.am as it is no longer used.
https://bugzilla.gnome.org/show_bug.cgi?id=658856
-rw-r--r--Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 95c8b9ed..17cfc719 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,12 +52,6 @@ pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
# python
pyexec_LTLIBRARIES =
-# linker flags
-common_ldflags = -module -avoid-version
-if PLATFORM_WIN32
-common_ldflags += -no-undefined
-endif
-
# install pth file.
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(pythondir)