From dacd393fefeabafd1306533dd6c5a56e0ab347cc Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 27 Feb 2011 18:48:35 +0100 Subject: Initial commit --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..c38541a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,3 @@ +bin_PROGRAMS = main +main_SOURCES = TChannel.cpp TConfig.cpp TConnection.cpp TPlugin.cpp TPluginParent.cpp TSession.cpp TUserList.cpp main.cpp myfuncs.cpp + -- cgit v1.2.1