mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
24 lines
427 B
Makefile
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
|