gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10006: don't try to build the cgi bi


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10006: don't try to build the cgi bins before libcygnal is built.
Date: Sat, 21 Feb 2009 12:17:04 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10006
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-02-21 12:17:04 -0700
message:
  don't try to build the cgi bins before libcygnal is built.
modified:
  cygnal/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2009-02-21 18:56:32 +0000
+++ b/cygnal/Makefile.am        2009-02-21 19:17:04 +0000
@@ -24,12 +24,11 @@
 TEST_DIR = testsuite
 endif
 
-# if USE_CGI
+if USE_CGI
 CGI_DIR = cgi-bin
-# endif
+endif
 
 SUBDIRS = \
-       $(CGI_DIR) \
        $(TEST_DIR) \
        .
 
@@ -85,7 +84,7 @@
 cygnal_LDADD = $(AM_LDFLAGS) libcygnal.la
 
 libcygnal_la_SOURCES = crc.cpp cvm.cpp rtmp_server.cpp http_server.cpp 
-libcygnal_la_LIBADD = # $(AM_LDFLAGS) 
+libcygnal_la_LIBADD = 
 
 
 # Rebuild with GCC 4.x Mudflap support


reply via email to

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