summaryrefslogtreecommitdiffstats
path: root/ktalkd/ktalkd/machines/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ktalkd/ktalkd/machines/Makefile.am')
-rw-r--r--ktalkd/ktalkd/machines/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/ktalkd/ktalkd/machines/Makefile.am b/ktalkd/ktalkd/machines/Makefile.am
new file mode 100644
index 00000000..73484dfa
--- /dev/null
+++ b/ktalkd/ktalkd/machines/Makefile.am
@@ -0,0 +1,14 @@
+## -*- makefile -*-
+# Ktalkd - answmach/Makefile.am
+
+##########################################################
+####### Paths
+
+AM_LIBS = $(LIBSOCKET)
+noinst_LIBRARIES = libmach.a
+
+libmach_a_SOURCES = answmach.cpp forwmach.cpp talkconn.cpp
+noinst_HEADERS = answmach.h forwmach.h talkconn.h
+
+#for extra warnings during compilation :
+#AM_CXXFLAGS = -ansi -pedantic -D_POSIX_SOURCE -D_BSD_SOURCE