1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00
elinks/src/bfu/Makefile

24 lines
317 B
Makefile
Raw Normal View History

2005-10-19 22:00:35 -04:00
top_builddir=../..
include $(top_builddir)/Makefile.config
OBJS-$(CONFIG_LEDS) += leds.o
OBJS = \
button.o \
checkbox.o \
dialog.o \
group.o \
hierbox.o \
hotkey.o \
inpfield.o \
inphist.o \
listbox.o \
listmenu.o \
menu.o \
msgbox.o \
style.o \
text.o \
widget.o
include $(top_srcdir)/Makefile.lib