Merge lp:~ken-vandine/libappindicator/ldflags into lp:libappindicator

Proposed by Ken VanDine
Status: Merged
Approved by: Ted Gould
Approved revision: 222
Merge reported by: Ted Gould
Merged at revision: not available
Proposed branch: lp:~ken-vandine/libappindicator/ldflags
Merge into: lp:libappindicator
Diff against target: 12 lines (+1/-1)
1 file modified
bindings/python/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/libappindicator/ldflags
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+90241@code.launchpad.net

Description of the change

Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bindings/python/Makefile.am'
2--- bindings/python/Makefile.am 2009-12-12 02:29:28 +0000
3+++ bindings/python/Makefile.am 2012-01-26 05:56:22 +0000
4@@ -19,7 +19,7 @@
5 appindicatordir = $(pkgpyexecdir)/appindicator
6 appindicator_LTLIBRARIES = _appindicator.la
7
8-_appindicator_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_appindicator -lpyglib-2.0-python2.6
9+_appindicator_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_appindicator
10 _appindicator_la_LIBADD = $(APPINDICATOR_PYTHON_LIBS) -L$(top_builddir)/src/.libs -lappindicator
11 _appindicator_la_SOURCES = appindicatormodule.c
12 nodist__appindicator_la_SOURCES = appindicator.c

Subscribers

People subscribed via source and target branches