From b1428e3152afa3139a2968dd530e507ddd312051 Mon Sep 17 00:00:00 2001 From: Pádraig Brady
Date: Thu, 22 Mar 2012 20:34:57 +0000 Subject: maint: refactor relpath() from `realpath` for use by `ln` * src/relpath.c: Refactored from realpath.c and adjusted to support returning the relative path rather than just printing to stdout. * src/relpath.h: Export the relpath function. * src/Makefile.am: Reference the refactored relpath module. * po/POTFILES.in: Likewise. * src/realpath.c: Adjust to the refactored relpath module. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index c92dd3c3e..7b3de0b01 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -103,6 +103,7 @@ src/ptx.c src/pwd.c src/readlink.c src/realpath.c +src/relpath.c src/remove.c src/rm.c src/rmdir.c -- cgit v1.2.3-70-g09d2