aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 6af7dd47f8016e8e0642261df110b551ed0490b8 (plain) (blame)
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
## Process this file with automake to produce Makefile.in

AM_CFLAGS = \
	-g \
	-W -Wall \
	-Wdeclaration-after-statement \
	-Wundef -Wold-style-definition 

ESPIKHEADERS = \
	espik.h \
	espik_common_handler.h \
	espik_config.h \
	espik_error.h \
	espik_global.h \
	espik_irc.h \
	espik_net.h

espik_SOURCES = \
	espik.c \
	espik_common_handler.c \
	espik_config.c \
	espik_error.c \
	espik_irc.c \
	espik_net.c \
	$(ESPIKHEADERS)

bin_PROGRAMS = espik