1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Properly set $(srcdir)

Should fix building outside of source tree and making po/.
This commit is contained in:
Petr Baudis 2005-09-16 02:55:13 +02:00
parent 261fdb5326
commit 39bddb7562

View File

@ -6,6 +6,7 @@
SHELL = @SHELL@
top_srcdir = $(path_to_top)/@top_srcdir@
srcdir = $(top_srcdir)/$(shell pwd | sed 's!.*/\($(shell echo $(path_to_top) | sed 's!\.\.![^/]*!')\)$$!\1!')
top_builddir = $(path_to_top)
prefix = @prefix@
exec_prefix = @exec_prefix@