bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] `libstore/Makefile' and `libstore/url.c'


From: Alfred M. Szmidt
Subject: [PATCH] `libstore/Makefile' and `libstore/url.c'
Date: Fri, 28 Dec 2001 15:49:23 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1

Hi,

Is there a reason why `libstore/url.c' want added to `SRCS' in
`libstore/Makefile'?  If not, then here is the fix.

libstore/ChangeLog
2001-12-28  Alfred M. Szmidt <ams@kemisten.nu>

        * Makefile (SRCS): `url.c' added to the list.

Index: libstore/Makefile
===================================================================
RCS file: /cvsroot/hurd/hurd/libstore/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- libstore/Makefile   1 Oct 2001 01:04:57 -0000       1.22
+++ libstore/Makefile   28 Dec 2001 14:43:13 -0000
@@ -26,7 +26,7 @@
 SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c     \
        enc.c encode.c decode.c clone.c argp.c std.c kids.c zero.c flags.c \
        open.c remap.c xinl.c task.c typed.c copy.c gunzip.c map.c mvol.c \
-       bunzip2.c part.c nbd.c memobj.c
+       bunzip2.c part.c nbd.c memobj.c url.c
 LCLHDRS=store.h
 installhdrs=store.h
 

-- 
Alfred M. Szmidt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]