~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to libamf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
pkglib_LTLIBRARIES = libgnashamf.la
22
22
libgnashamf_la_SOURCES = \
23
23
        amf.cpp \
 
24
        amf_msg.cpp \
24
25
        buffer.cpp \
25
26
        element.cpp \
26
27
        lcshm.cpp \
51
52
noinst_HEADERS = \
52
53
        amfutf8.h \
53
54
        amf.h \
 
55
        amf_msg.h \
54
56
        buffer.h \
55
57
        element.h \
56
58
        flv.h \