1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/bookmarks/backend/Makefile
2005-10-20 04:00:35 +02:00

8 lines
165 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
OBJS-$(CONFIG_XBEL_BOOKMARKS) += xbel.o
OBJS = common.o default.o
include $(top_srcdir)/Makefile.lib