1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/session/Makefile
Petr Baudis 204bbe5d2c Fix starting a build from a subdirectory ELBuild-wise
Now all the submakefiles contain informationa buot where in the directory
hierarchy they stay.
2005-09-16 02:07:36 +02:00

10 lines
194 B
Makefile

path_to_top=../..
include $(path_to_top)/Makefile.config
OBJS = download.o history.o location.o session.o task.o
all-l: libsession.a
libsession.a: $(OBJS)
include $(path_to_top)/Makefile.lib