~ubuntu-branches/ubuntu/oneiric/gmerlin/oneiric

« back to all changes in this revision

Viewing changes to apps/recorder/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2010-03-20 10:53:50 UTC
  • mfrom: (1.1.3 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100320105350-ny481yhh3v12bnuo
* New upstream release. 
Closes: #573833
* Bumped standards-version.
* Bumped build-dep on libgavl.
* Refreshed patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir=$(pkglibdir)/plugins
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/include
 
4
 
 
5
AM_CFLAGS = \
 
6
@XML2_CFLAGS@ \
 
7
@GTK_CFLAGS@ \
 
8
-DLOCALE_DIR=\"$(localedir)\" \
 
9
-DPLUGIN_DIR=\"$(plugindir)\" \
 
10
-DDOC_DIR=\"$(docdir)\" \
 
11
-DDATA_DIR=\"$(pkgdatadir)\"
 
12
 
 
13
 
 
14
Desktopdir = $(datadir)/applications
 
15
Desktop_DATA = gmerlin-recorder.desktop
 
16
 
 
17
bin_PROGRAMS = gmerlin_recorder
 
18
 
 
19
gmerlin_recorder_SOURCES = gmerlin_recorder.c recorder_window.c
 
20
 
 
21
gmerlin_recorder_LDADD = \
 
22
$(top_builddir)/lib/gtk/libgmerlin_gtk.la \
 
23
$(top_builddir)/lib/libgmerlin.la
 
24
 
 
25
noinst_HEADERS = recorder_window.h
 
26
 
 
27
EXTRA_DIST = gmerlin-recorder.desktop