gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10011: build proc.cpp as part of lib


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10011: build proc.cpp as part of libcygnal, not cygnal itself.
Date: Sat, 21 Feb 2009 16:09:10 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10011
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-02-21 16:09:10 -0700
message:
  build proc.cpp as part of libcygnal, not cygnal itself.
modified:
  cygnal/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2009-02-21 19:17:04 +0000
+++ b/cygnal/Makefile.am        2009-02-21 23:09:10 +0000
@@ -80,10 +80,10 @@
 bin_PROGRAMS = cygnal
 lib_LTLIBRARIES = libcygnal.la
 
-cygnal_SOURCES = cygnal.cpp proc.cpp
+cygnal_SOURCES = cygnal.cpp
 cygnal_LDADD = $(AM_LDFLAGS) libcygnal.la
 
-libcygnal_la_SOURCES = crc.cpp cvm.cpp rtmp_server.cpp http_server.cpp 
+libcygnal_la_SOURCES = crc.cpp cvm.cpp rtmp_server.cpp http_server.cpp  
proc.cpp
 libcygnal_la_LIBADD = 
 
 


reply via email to

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