myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [2782] Added missing Makefile.am


From: Giuseppe Scrivano
Subject: [myserver-commit] [2782] Added missing Makefile.am
Date: Wed, 03 Sep 2008 18:00:25 +0000

Revision: 2782
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2782
Author:   gscrivano
Date:     2008-09-03 18:00:24 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
Added missing Makefile.am

Added Paths:
-----------
    trunk/myserver/src/http_handler/http_dir/Makefile.am
    trunk/myserver/src/http_handler/http_file/Makefile.am

Added: trunk/myserver/src/http_handler/http_dir/Makefile.am
===================================================================
--- trunk/myserver/src/http_handler/http_dir/Makefile.am                        
        (rev 0)
+++ trunk/myserver/src/http_handler/http_dir/Makefile.am        2008-09-03 
18:00:24 UTC (rev 2782)
@@ -0,0 +1,5 @@
+lib_LIBRARIES = libhttp_dir.a
+libhttp_dir_a_SOURCES = http_dir.cpp
+SUBDIRS =
+INCLUDES = $(all_includes)
+

Added: trunk/myserver/src/http_handler/http_file/Makefile.am
===================================================================
--- trunk/myserver/src/http_handler/http_file/Makefile.am                       
        (rev 0)
+++ trunk/myserver/src/http_handler/http_file/Makefile.am       2008-09-03 
18:00:24 UTC (rev 2782)
@@ -0,0 +1,5 @@
+lib_LIBRARIES = libhttp_file.a
+libhttp_file_a_SOURCES = http_file.cpp
+SUBDIRS =
+INCLUDES = $(all_includes)
+






reply via email to

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