~ubuntu-branches/ubuntu/utopic/lingot/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Niv Sardi
  • Date: 2011-08-26 02:12:17 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20110826021217-5n5izw80k0s8asgi
Tags: 0.9.1-1
* New Upstream Release
* Bug fix: "FTBFS: lingot-audio-jack.c:180:28: error:
  JackPortIsActive undeclared (first use in this function)",
  thanks to Lucas Nussbaum (Closes: #622038).
* Bug fix: "JACK support broken?", thanks to Stefan Ott (Closes:
  #637610).
* Update Standard Versions to 0.9.2, no changes were needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
DATADIRNAME = @DATADIRNAME@
151
151
DEFS = @DEFS@
152
152
DEPDIR = @DEPDIR@
 
153
DLLTOOL = @DLLTOOL@
153
154
DSYMUTIL = @DSYMUTIL@
154
155
DUMPBIN = @DUMPBIN@
155
156
ECHO_C = @ECHO_C@
189
190
LTLIBOBJS = @LTLIBOBJS@
190
191
MAINT = @MAINT@
191
192
MAKEINFO = @MAKEINFO@
 
193
MANIFEST_TOOL = @MANIFEST_TOOL@
192
194
MKDIR_P = @MKDIR_P@
193
195
MKINSTALLDIRS = @MKINSTALLDIRS@
194
196
MSGFMT = @MSGFMT@
237
239
abs_srcdir = @abs_srcdir@
238
240
abs_top_builddir = @abs_top_builddir@
239
241
abs_top_srcdir = @abs_top_srcdir@
 
242
ac_ct_AR = @ac_ct_AR@
240
243
ac_ct_CC = @ac_ct_CC@
241
244
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
242
245
am__include = @am__include@
269
272
libexecdir = @libexecdir@
270
273
localedir = @localedir@
271
274
localstatedir = @localstatedir@
272
 
lt_ECHO = @lt_ECHO@
273
275
mandir = @mandir@
274
276
mkdir_p = @mkdir_p@
275
277
oldincludedir = @oldincludedir@
859
861
 
860
862
# Copy all the spec files. Of cource, only one is actually used.
861
863
dist-hook:
 
864
        $(MAKE) -C "$(srcdir)/po" "$(GETTEXT_PACKAGE).pot"
 
865
        cp "$(srcdir)/po/$(GETTEXT_PACKAGE).pot" "$(distdir)/po/"
862
866
        for specfile in *.spec; do \
863
867
                if test -f $$specfile; then \
864
868
                        cp -p $$specfile $(distdir); \