1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/bookmarks/Makefile.am
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

24 lines
427 B
Makefile

## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.12 2004/05/02 12:59:42 jonas Exp $
include $(top_srcdir)/Makefile.base
if CONFIG_XBEL_BOOKMARKS
xbelobj = backend/xbel.o
endif
SUBDIRS = backend
noinst_LIBRARIES = libbookmarks.a
libbookmarks_a_LIBADD = \
backend/common.o \
backend/default.o \
$(xbelobj)
libbookmarks_a_SOURCES = \
bookmarks.c \
bookmarks.h \
dialogs.c \
dialogs.h