~ubuntu-branches/ubuntu/vivid/gtk2-engines/vivid

« back to all changes in this revision

Viewing changes to engines/thinice/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:44:02 UTC
  • Revision ID: package-import@ubuntu.com-20111201154402-xyv9lqrl8jxnz1er
Tags: 1:2.20.2-0ubuntu2
* Update watch file to only track GNOME 2.20 as gtk-engines was then ported
  to gtk3 and finally abandoned.
* Fix FTBFS due to missing -lm.
  - New patch 20_link-with-libm, adds AC_CHECK_LIBM and AC_SUBST(LIBM) to
    configure.ac and $(LIBM) to Makefile.am files for engines which need it
    in LIBADD.
  - New patch 90_autoreconf, generated with autoreconf -fi %% rm -rf
    autom4te.cache engines/support/*~; needed for 20_link-with-libm.
  - Drop patch 99_ltmain_as-needed, doesn't apply anymore since the addition
    of 90_autoreconf, but is probably obsoleted by it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
am__DEPENDENCIES_1 =
71
71
libthinice_la_DEPENDENCIES =  \
72
72
        $(top_builddir)/engines/support/libsupport.la \
73
 
        $(am__DEPENDENCIES_1)
 
73
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
74
74
am_libthinice_la_OBJECTS = thinice_rc_style.lo thinice_misc.lo \
75
75
        thinice_theme_draw.lo thinice_main.lo
76
76
libthinice_la_OBJECTS = $(am_libthinice_la_OBJECTS)
165
165
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
166
166
LD = @LD@
167
167
LDFLAGS = @LDFLAGS@
 
168
LIBM = @LIBM@
168
169
LIBOBJS = @LIBOBJS@
169
170
LIBS = @LIBS@
170
171
LIBTOOL = @LIBTOOL@
175
176
LUA_LIBS = @LUA_LIBS@
176
177
MAINT = @MAINT@
177
178
MAKEINFO = @MAKEINFO@
 
179
MANIFEST_TOOL = @MANIFEST_TOOL@
178
180
MKDIR_P = @MKDIR_P@
179
181
MKINSTALLDIRS = @MKINSTALLDIRS@
180
182
MSGFMT = @MSGFMT@
213
215
abs_srcdir = @abs_srcdir@
214
216
abs_top_builddir = @abs_top_builddir@
215
217
abs_top_srcdir = @abs_top_srcdir@
 
218
ac_ct_AR = @ac_ct_AR@
216
219
ac_ct_CC = @ac_ct_CC@
217
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218
221
am__include = @am__include@
245
248
libexecdir = @libexecdir@
246
249
localedir = @localedir@
247
250
localstatedir = @localstatedir@
248
 
lt_ECHO = @lt_ECHO@
249
251
mandir = @mandir@
250
252
mkdir_p = @mkdir_p@
251
253
oldincludedir = @oldincludedir@
279
281
        ./src/thinice_main.c
280
282
 
281
283
libthinice_la_LDFLAGS = -module -avoid-version -no-undefined -export-symbols $(top_srcdir)/engines/engine.symbols
282
 
libthinice_la_LIBADD = $(top_builddir)/engines/support/libsupport.la $(GTK_LIBS)
 
284
libthinice_la_LIBADD = $(top_builddir)/engines/support/libsupport.la $(LIBM) $(GTK_LIBS)
283
285
all: all-am
284
286
 
285
287
.SUFFIXES: