gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9618: Add libamf to include paths.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9618: Add libamf to include paths.
Date: Wed, 03 Sep 2008 14:30:53 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9618
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-09-03 14:30:53 -0600
message:
  Add libamf to include paths.
modified:
  backend/Makefile.am
  libcore/Makefile.am
=== modified file 'backend/Makefile.am'
--- a/backend/Makefile.am       2008-08-18 23:53:04 +0000
+++ b/backend/Makefile.am       2008-09-03 20:30:53 +0000
@@ -32,6 +32,8 @@
 AM_CPPFLAGS = -I.. \
         -I$(srcdir) \
         -I$(top_srcdir) \
+        -I$(top_srcdir)/libamf \
+        -I$(top_srcdir)/libnet \
         -I$(top_srcdir)/libcore \
         -I$(top_srcdir)/libcore/parser \
         -I$(top_srcdir)/libbase \

=== modified file 'libcore/Makefile.am'
--- a/libcore/Makefile.am       2008-08-18 23:53:04 +0000
+++ b/libcore/Makefile.am       2008-09-03 20:30:53 +0000
@@ -29,6 +29,7 @@
 # Only enable if we're configured with --enable-mp3
 AM_CPPFLAGS = \
        -I$(top_srcdir)/gui \
+       -I$(top_srcdir)/libamf \
        -I$(top_srcdir)/libnet \
        -I$(top_srcdir)/backend \
        -I$(top_srcdir)/libcore/swf \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]