[go: up one dir, main page]

Menu

[e5da5b]: / src / Makefile.am  Maximize  Restore  History

Download this file

22 lines (19 with data), 680 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
EXTRA_DIST=msgstring.c
bin_PROGRAMS=mailsync
INCLUDES=@CCLIENT_INCLUDES@
LDADD=@CCLIENT_LIBS@
AM_CXXFLAGS=@CCLIENT_CXXFLAGS@
mailsync_SOURCES=main.cc \
options.h \
commandline.cc commandline.h \
configuration.cc configuration.h \
types.cc types.h \
mail_handling.cc mail_handling.h \
c-client_callbacks.cc \
c-client-header.h \
utils.cc utils.h \
store.cc store.h \
channel.cc channel.h \
msgid.cc msgid.h \
msgstring.c msgstring.h \
password.cc password.h