File: Makefile.am

package info (click to toggle)
balsa 0.4.6.2-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,264 kB
  • ctags: 2,404
  • sloc: ansic: 26,471; sh: 4,773; makefile: 345; sed: 93
file content (23 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CFLAGS += -Wall -Wmissing-prototypes -Wpointer-arith

noinst_LIBRARIES = libbalsa.a

libbalsa_a_SOURCES = 		\
	filter-funcs.h		\
	filter-private.h	\
	filter.h		\
	mailbackend.h		\
	mailbox.h		\
	mime.h			\
	misc.h			\
	send.h			\
	libbalsa.c		\
	misc.c			\
	mime.c			\
	mailbox.c		\
	send.c

libbalsa_a_LIBADD = @LIBOBJS@

INCLUDES=-I. -I${top_srcdir}/src -I${top_srcdir} \
	$(GNOME_INCLUDEDIR)