diff options
author | Ted Gould <ted@gould.cx> | 2011-09-19 21:44:03 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-19 21:44:03 -0500 |
commit | 0ab41b7e1ae55e2204a58d749c581885de900269 (patch) | |
tree | ee9b39a0c7ff117559ca75f46dd41d59412d4244 /tools | |
parent | 8ec147c04f22eca3d25c4618d8ff2f7b7f9d286f (diff) | |
parent | 0b4f5b328187ccb747cec3f89e642d5d30d23949 (diff) | |
download | libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.gz libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.bz2 libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.zip |
* New upstream release.
* Add libm to linking to fix FTBFS (LP: #840514)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 0d46485..e3fd7e1 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -166,6 +166,7 @@ LDFLAGS = @LDFLAGS@ LIBDIR = @LIBDIR@ LIBINDICATOR_CFLAGS = @LIBINDICATOR_CFLAGS@ LIBINDICATOR_LIBS = @LIBINDICATOR_LIBS@ +LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ |