1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
#1########################################################!@#$
#### Makefile.am generated automatically by KDEStudio ####
#### WARNING! All changes made in this part will be lost! ####
##############################################################
noinst_LIBRARIES = libmailfilter.a
INCLUDES = $(all_includes)\
-I$(top_srcdir)/plugins/mailfilter\
-I$(top_srcdir)/libs/mailparsers\
-I$(top_srcdir)/libs/protocols\
-I$(top_srcdir)/libs/server\
-I$(top_srcdir)/libs/vparsers\
-I$(top_srcdir)/libs/comm\
-I$(top_srcdir)/libs/clientskel\
-I$(top_srcdir)/libs/client\
-I$(top_srcdir)/libs/attributes\
-I$(top_srcdir)/src\
-I$(top_srcdir)/data\
-I$(top_srcdir)/icons
CXXFLAGS = -Wall
CFLAGS = -Wall
DEFS = -I. -I$(srcdir) -I$(top_srcdir)
libmailfilter_a_METASOURCES = AUTO
libmailfilter_a_SOURCES = \
mailfilter_plugin.cpp\
plugin.cpp\
filter.cpp\
mailfilterdialog.cpp
EXTRA_DIST = \
mailfilter.h\
mailfilter_plugin.cpp\
mailfilter_plugin.h\
plugin.cpp\
plugin.h\
filter.cpp\
filter.h\
mailfilterdialog.cpp\
mailfilterdialog.h
##############################################################
#### END KDEStudio part ####
#2########################################################!@#$
|