1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/config/Makefile
Miciah Dashiel Butler Masters 5191ed82a1 Move domain-specific options code to config/domain
For great modularity!
2007-08-30 22:03:14 +00:00

7 lines
195 B
Makefile

top_builddir=../..
include $(top_builddir)/Makefile.config
OBJS = cmdline.o conf.o dialogs.o domain.o home.o kbdbind.o options.o opttypes.o timer.o urlhist.o
include $(top_srcdir)/Makefile.lib