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

« back to all changes in this revision

Viewing changes to themes/Industrial/gtk-2.0/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:
130
130
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
131
131
LD = @LD@
132
132
LDFLAGS = @LDFLAGS@
 
133
LIBM = @LIBM@
133
134
LIBOBJS = @LIBOBJS@
134
135
LIBS = @LIBS@
135
136
LIBTOOL = @LIBTOOL@
140
141
LUA_LIBS = @LUA_LIBS@
141
142
MAINT = @MAINT@
142
143
MAKEINFO = @MAKEINFO@
 
144
MANIFEST_TOOL = @MANIFEST_TOOL@
143
145
MKDIR_P = @MKDIR_P@
144
146
MKINSTALLDIRS = @MKINSTALLDIRS@
145
147
MSGFMT = @MSGFMT@
178
180
abs_srcdir = @abs_srcdir@
179
181
abs_top_builddir = @abs_top_builddir@
180
182
abs_top_srcdir = @abs_top_srcdir@
 
183
ac_ct_AR = @ac_ct_AR@
181
184
ac_ct_CC = @ac_ct_CC@
182
185
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
183
186
am__include = @am__include@
210
213
libexecdir = @libexecdir@
211
214
localedir = @localedir@
212
215
localstatedir = @localstatedir@
213
 
lt_ECHO = @lt_ECHO@
214
216
mandir = @mandir@
215
217
mkdir_p = @mkdir_p@
216
218
oldincludedir = @oldincludedir@