You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/ktalkd/ktalkd/machines/Makefile.am

15 lines
404 B

## -*- 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_DEFAULT_SOURCE