diff options
author | Ted Gould <ted@gould.cx> | 2010-09-19 13:28:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-19 13:28:14 -0500 |
commit | 49b70435e5ad752302913719fe227569b51aed40 (patch) | |
tree | b8cdf29d385ce2253aa7765ed40dbb63767c556a /libindicator/Makefile.in | |
parent | 0bcacdcdc45b229e955d9e9d748580f4c3fb3fd1 (diff) | |
parent | bf38aa8b5b4331ac13503d53b123e6bbf19f7432 (diff) | |
download | libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.tar.gz libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.tar.bz2 libayatana-indicator-49b70435e5ad752302913719fe227569b51aed40.zip |
* Upstream Merge
* Adding a function to signal a menu is shown
* Changing indicator directory to '4'
* debian/control: Switching from libindicator0 to libindicator1
as we've broken ABI. Conflicting with libindicator0 to make
upgrade simpler as it doesn't make sense to have both installed.
* Autogen update
Diffstat (limited to 'libindicator/Makefile.in')
-rw-r--r-- | libindicator/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libindicator/Makefile.in b/libindicator/Makefile.in index 0dddfe0..209f524 100644 --- a/libindicator/Makefile.in +++ b/libindicator/Makefile.in @@ -105,8 +105,8 @@ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent libindicator_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(libindicator_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ - -o $@ + $(libindicator_la_CFLAGS) $(CFLAGS) $(libindicator_la_LDFLAGS) \ + $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@ -311,6 +311,11 @@ libindicator_la_CFLAGS = \ libindicator_la_LIBADD = \ $(LIBINDICATOR_LIBS) +libindicator_la_LDFLAGS = \ + -version-info 1:0:0 \ + -no-undefined \ + -export-symbols-regex "^[^_].*" + pkgconfig_DATA = indicator.pc pkgconfigdir = $(libdir)/pkgconfig glib_marshal_list = indicator-object-marshal.list |