blob: 6af7dd47f8016e8e0642261df110b551ed0490b8 (
plain) (
tree)
|
|
## 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
|