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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2aeb899..b31e969 100644 --- a/Makefile.in +++ b/Makefile.in @@ -151,6 +151,7 @@ LDFLAGS = @LDFLAGS@ LIBDIR = @LIBDIR@ LIBINDICATOR_CFLAGS = @LIBINDICATOR_CFLAGS@ LIBINDICATOR_LIBS = @LIBINDICATOR_LIBS@ +LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ |