summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile4
1 files changed, 2 insertions, 2 deletions
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)