emailrelay/src/gsmtp/Makefile.am
Graeme Walker d37e3dc1da v1.1.2
2003-09-07 12:00:00 +00:00

76 lines
1.9 KiB
Makefile

#
## Copyright (C) 2001-2003 Graeme Walker <graeme_walker@users.sourceforge.net>
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either
## version 2 of the License, or (at your option) any later
## version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
#
EXTRA_DIST=\
gmessagestore_win32.cpp \
gsasl_cyrus.cpp \
mingw.mak
INCLUDES = -I$(top_srcdir)/lib/$(COMPILER_VERSION) -I$(top_srcdir)/src/glib -I$(top_srcdir)/src/gnet -DG_SPOOLDIR=\"$(e_spooldir)\"
noinst_LIBRARIES = libgsmtp.a
libgsmtp_a_SOURCES = \
gadminserver.cpp \
gadminserver.h \
gbase64.cpp \
gbase64.h \
gclientprotocol.cpp \
gclientprotocol.h \
gfilestore.cpp \
gfilestore.h \
gmessagestore.cpp \
gmessagestore.h \
gmessagestore_unix.cpp \
gnewfile.cpp \
gnewfile.h \
gnewmessage.cpp \
gnewmessage.h \
gprotocolmessage.cpp \
gprotocolmessage.h \
gprotocolmessageforward.cpp \
gprotocolmessageforward.h \
gprotocolmessagescanner.cpp \
gprotocolmessagescanner.h \
gprotocolmessagestore.cpp \
gprotocolmessagestore.h \
gsasl_native.cpp \
gsasl.h \
gscannerclient.cpp \
gscannerclient.h \
gsecrets.cpp \
gsecrets.h \
gserverprotocol.cpp \
gserverprotocol.h \
gsmtp.h \
gsmtpclient.cpp \
gsmtpclient.h \
gsmtpserver.cpp \
gsmtpserver.h \
gstoredfile.cpp \
gstoredfile.h \
gstoredmessage.cpp \
gstoredmessage.h \
gverifier.cpp \
gverifier.h \
gxtext.cpp \
gxtext.h