X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=effba0a9cba6da9a09866d4bfc20b6404a0df4e5;hb=3de7c9f5068dbc3cf0e5994c44b0cd3d07a1bd8c;hpb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0 diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index effba0a..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# set the include path found by configure -INCLUDES= $(all_includes) - -# the library search path. -lib_LTLIBRARIES = libt2n.la -libt2n_la_SOURCES = client.cpp client_wrapper.cpp command.cpp \ - command_client.cpp command_server.cpp connection.cpp container.cpp server.cpp \ - socket_client.cpp socket_handler.cpp socket_server.cpp socket_wrapper.cpp \ - t2n_exception.cpp - -# Note: If you specify a:b:c as the version in the next line, -# the library that is made has version (a-c).c.b. In this -# example, the version is 2.1.2. (3:2:1) -libt2n_la_LDFLAGS = -version-info 1:0:0 - -pkginclude_HEADERS = client.hxx client_wrapper.hxx command.hxx \ - command_client.hxx command_server.hxx connection.hxx container.hxx log.hxx server.hxx \ - socket_client.hxx socket_handler.hxx socket_server.hxx socket_wrapper.hxx \ - t2n_exception.hxx types.hxx \ - container.tcc t2n_exception.tcc