~ubuntu-branches/ubuntu/trusty/imagination/trusty-updates

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-07-07 09:09:38 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090707090938-jvaub13ijh53oawy
Tags: 1.5-1ubuntu1
* Merge with debian unstable (LP: #392874), Ubuntu remaining changes:
  - debian/control:
    + Move libav*-unstripped-* packages to Recommends as suggested by
      upstream.
    + Improve long description.
    + Add watch file.
  - debian/copyright: Replace deprecated symbol (C) with ©.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        -DPACKAGE_LIB_DIR=\""$(libdir)"\" \
6
6
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7
7
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8
 
        @PACKAGE_CFLAGS@
 
8
        @PACKAGE_CFLAGS@ \
 
9
        @SOX_CFLAGS@
9
10
 
10
11
bin_PROGRAMS = imagination
11
12
 
13
14
        sexy-icon-entry.c sexy-icon-entry.h \
14
15
        imagination.c imagination.h \
15
16
        support.c support.h \
16
 
        eog-pixbuf-cell-renderer.c eog-pixbuf-cell-renderer.h \
17
17
        main-window.c main-window.h \
18
18
        callbacks.c callbacks.h \
19
19
        new_slideshow.c new_slideshow.h \
20
 
        slideshow_project.c slideshow_project.h
 
20
        slideshow_project.c slideshow_project.h \
 
21
        audio.c audio.h \
 
22
        export.c export.h
21
23
 
22
24
imagination_CFLAGS = \
23
25
        -DDATADIR=\"$(datadir)\"
24
26
 
25
 
imagination_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
27
imagination_LDADD = @PACKAGE_LIBS@ @SOX_LIBS@ $(INTLLIBS)