~vcs-imports/solang/trunk

« back to all changes in this revision

Viewing changes to src/application/Makefile.am

  • Committer: Debarshi Ray
  • Date: 2010-02-19 22:59:38 UTC
  • Revision ID: git-v1:070b6bd2b1d38899a46afc56f7f5b0ed0cfe607e
Basic functional Brasero destination

A new dependency has been introduced on Brasero >= 2.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        $(top_builddir)/src/attribute/libattribute.la \
22
22
        $(top_builddir)/src/editor/libeditor.la \
23
23
        $(top_builddir)/src/common/libcommon.la \
 
24
        $(BRASERO_LIBS) \
24
25
        $(DBUS_LIBS) \
25
26
        $(GTKIMAGEVIEW_LIBS) \
26
27
        $(GTKMM_LIBS) \
43
44
        -I$(top_srcdir)/src/exporter \
44
45
        -I$(top_srcdir)/src/renderer \
45
46
        $(SOLANG_CFLAGS) \
 
47
        $(BRASERO_CFLAGS) \
46
48
        $(DBUS_CFLAGS) \
47
49
        $(GTKIMAGEVIEW_CFLAGS) \
48
50
        $(GTKMM_CFLAGS) \