gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11395: build new cygnal files.


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11395: build new cygnal files.
Date: Tue, 25 Aug 2009 18:29:12 -0000
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11395
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2009-08-08 10:09:48 -0600
message:
  build new cygnal files.
modified:
  cygnal/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2009-08-04 17:39:22 +0000
+++ b/cygnal/Makefile.am        2009-08-08 16:09:48 +0000
@@ -37,8 +37,6 @@
 DIST_SUBDIRS  = testsuite cgi-bin
 
 sysconf_DATA = cygnalrc
-EXTRA_DIST = cygnalrc.in
-CLEANFILES = cygnalrc
 
 AM_CPPFLAGS = # -Wall
 
@@ -78,8 +76,10 @@
        cygnal.h \
        rtmp_server.h \
        http_server.h \
+       handler.h \
        proc.h \
-       crc.h
+       crc.h \
+       serverSO.h
 
 bin_PROGRAMS = cygnal
 noinst_LTLIBRARIES = libcygnal.la
@@ -87,11 +87,18 @@
 cygnal_SOURCES = cygnal.cpp
 cygnal_LDADD = $(AM_LDFLAGS) libcygnal.la
 
-libcygnal_la_SOURCES = crc.cpp cvm.cpp rtmp_server.cpp http_server.cpp  
proc.cpp
+libcygnal_la_SOURCES = \
+       crc.cpp \
+       cvm.cpp \
+       rtmp_server.cpp \
+       http_server.cpp \
+       proc.cpp \
+       handler.cpp \
+       serverSO.cpp
+
 libcygnal_la_LIBADD = 
 
-
-cygnalrc: $(srcdir)/cygnalrc.in Makefile
+cygnalrc: cygnalrc.in Makefile
        cat $(srcdir)/address@hidden >$@
 
 # Rebuild with GCC 4.x Mudflap support


reply via email to

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