grafthistory: comment about downloading the pack index
[elinks/elinks-j605.git] / src / bfu / Makefile
blob4aae4a8af87f7be7065cbdd36b7c414bef71b975
1 top_builddir=../..
2 include $(top_builddir)/Makefile.config
4 OBJS-$(CONFIG_LEDS) += leds.o
6 OBJS = \
7 button.o \
8 checkbox.o \
9 dialog.o \
10 group.o \
11 hierbox.o \
12 hotkey.o \
13 inpfield.o \
14 inphist.o \
15 listbox.o \
16 listmenu.o \
17 menu.o \
18 msgbox.o \
19 style.o \
20 text.o \
21 widget.o
23 include $(top_srcdir)/Makefile.lib