summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: a6ccd115e313d17b112fd0cef36c075220882650 (plain)
1
2
3
4
5
6
7
bin_PROGRAMS = afserver afclient
afserver_SOURCES = afserver.c network.c file.c stats.c buflist.c remoteadmin.c \
									 server_check.c server_set.c server_eval.c server_find.c server_remove.c \
									 make_ssl_handshake.c first_run.c inet_ntop.c realmnames.c clientnames.c usernames.c
afclient_LDFLAGS = ${USE_RDYNAMIC} ${LINKED_LDLIB}
afclient_SOURCES = afclient.c network.c stats.c buflist.c modules.c remoteadmin.c \
								 make_ssl_handshake.c first_run.c inet_ntop.c realmnames.c clientnames.c usernames.c