summaryrefslogtreecommitdiff
path: root/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'libstore')
-rw-r--r--libstore/ChangeLog4
-rw-r--r--libstore/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 9b946088..f5fbb09b 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
+
+ * Makefile: Move inclusion of ../Makeconf before using $(srcdir).
+
2002-05-16 Roland McGrath <roland@frob.com>
* device.c (enforced): Use dev_status_data_t for SIZES.
diff --git a/libstore/Makefile b/libstore/Makefile
index ca57b5be..f407ce61 100644
--- a/libstore/Makefile
+++ b/libstore/Makefile
@@ -54,12 +54,12 @@ BUNZIP2_OBJS = do-bunzip2.o
OBJS = $(SRCS:.c=.o) $(GUNZIP_OBJS) $(BUNZIP2_OBJS)
DIST_FILES = unzipstore.c
+include ../Makeconf
+
# Look for zip stuff
vpath %.c $(srcdir)/../exec
CPPFLAGS += -I$(srcdir)/../exec
-include ../Makeconf
-
module-CPPFLAGS = -D'STORE_SONAME_SUFFIX=".so.$(hurd-version)"'
libstore_gunzip.so.$(hurd-version): $(GUNZIP_OBJS:.o=_pic.o)