~ubuntu-branches/ubuntu/lucid/gnome-subtitles/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2007-12-03 20:52:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203205252-2y6uuv4gcw9mi9n5
Tags: 0.7-1
* New upstream release;
* Add libxml-parser-perl to Build-Depends-Indep. Thanks to Lucas Nussbaum.
  (Closes: #445799);
* Fixes manpage issue with dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
GMOFILES = @GMOFILES@
104
104
GMSGFMT = @GMSGFMT@
105
105
GREP = @GREP@
 
106
GSTPB_DIR = @GSTPB_DIR@
106
107
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
107
108
GTKSHARP_LIBS = @GTKSHARP_LIBS@
108
109
GTK_CFLAGS = @GTK_CFLAGS@
201
202
docdir = @docdir@
202
203
dvidir = @dvidir@
203
204
exec_prefix = @exec_prefix@
 
205
gstreamer_CFLAGS = @gstreamer_CFLAGS@
 
206
gstreamer_LIBS = @gstreamer_LIBS@
204
207
host = @host@
205
208
host_alias = @host_alias@
206
209
host_cpu = @host_cpu@
232
235
GS_DATADIR = $(srcdir)/../data
233
236
ASSEMBLY = $(GS_BUILDDIR)/gnome-subtitles.exe
234
237
SUBLIB = $(GS_BUILDDIR)/sublib.dll
 
238
GSTPB = $(GS_BUILDDIR)/GStreamerPlaybin.dll
235
239
GS_SOURCES = \
236
240
        $(srcdir)/GnomeSubtitles/Commands/*.cs \
237
241
        $(srcdir)/GnomeSubtitles/Core/*.cs \
264
268
 
265
269
GS_SYSTEM_REFERENCES = \
266
270
        $(SUBLIB) \
 
271
        $(GSTPB) \
267
272
        Mono.Posix.dll
268
273
 
269
274
bin_SCRIPTS = $(srcdir)/GnomeSubtitles/Execution/gnome-subtitles