/[octopus]/octopus/src/Makefile.am
ViewVC logotype

Diff of /octopus/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by Sigma, Sat Jan 25 18:21:33 2003 UTC revision 1.3 by Sigma, Thu Jan 30 19:49:56 2003 UTC
# Line 1  Line 1 
1  bin_PROGRAMS = server  bin_PROGRAMS = server
2  server_SOURCES = Connection.cpp Connection.h DebugUtils.h Main.cpp PluginManager.cpp PluginManager.h Server.cpp Server.h SocketManager.cpp SocketManager.h UserManager.cpp UserManager.h Utils.cpp Utils.h Version.h  server_SOURCES = Main.cpp PluginManager.cpp PluginManager.h
3    
4  # set the include path found by configure  # set the include path found by configure
5  INCLUDES = -I$(top_srcdir)/interfaces $(all_includes)  INCLUDES = -I$(top_srcdir)/interfaces -I$(top_srcdir)/utils $(all_includes)
6    
7  # the library search path.  # the library search path.
8  server_LDFLAGS = $(all_libraries) -ldl  server_LDFLAGS = $(all_libraries) -ldl

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26