aboutsummaryrefslogblamecommitdiff
path: root/src/Makefile.am
blob: 98d2ef0ed81773dfe1449b42b22ea8e0710d69ba (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                                                         
             
                     







                                
                       
                       
                      






                                
                       
                       

                       


                    
                    
## Process this file with automake to produce Makefile.in

AM_CFLAGS = \
	-g -W -Wall \
	@ecore_cflags@

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

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

espik_LDADD = \
	@ecore_libs@

bin_PROGRAMS = espik