Initial commit of the HEAD branch of the ELinks CVS repository, as of
[elinks/images.git] / src / main / Makefile.am
blob11f35af1d68be5770ed44e97e8b384477cfb5901
1 ## Process this file with automake to produce Makefile.in
2 ## $Id: Makefile.am,v 1.27 2005/08/17 15:26:22 jonas Exp $
4 include $(top_srcdir)/Makefile.base
6 if CONFIG_INTERLINK
7 interlinkobj = interlink.o
8 endif
10 EXTRA_libmain_a_SOURCES = \
11  interlink.c \
12  interlink.h
14 libmain_a_LIBADD = \
15  $(interlinkobj)
17 noinst_LIBRARIES = libmain.a
18 libmain_a_SOURCES = \
19  event.c \
20  event.h \
21  main.c \
22  main.h \
23  module.c \
24  module.h \
25  object.h \
26  select.c \
27  select.h \
28  timer.c \
29  timer.h \
30  version.c \
31  version.h