summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-01 02:20:08 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-01 02:20:08 +0000
commit953c525d7589178629f3e91e4bf4ea805a92a5b4 (patch)
tree9411cddbd2f213fe4edf2150e2e8b02a9d27b4bf /libstore/Makefile
parent13ea39a34766fcbecd96ab94bcdf798b08e9bb60 (diff)
parent5430151902aa7cb17458c0d71722a05fd379babf (diff)
Merge branch 'master' into xkb
Conflicts: console-client/Makefile
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstore/Makefile b/libstore/Makefile
index 56c1fdfd..9381b95c 100644
--- a/libstore/Makefile
+++ b/libstore/Makefile
@@ -50,14 +50,12 @@ store-types = \
zero
libstore.so-LDLIBS += $(PARTED_LIBS) -ldl
-LCLHDRS=store.h
installhdrs=store.h
HURDLIBS = shouldbeinlibc
GUNZIP_OBJS = unzip.o inflate.o util.o
BUNZIP2_OBJS = do-bunzip2.o
OBJS = $(SRCS:.c=.o) $(GUNZIP_OBJS) $(BUNZIP2_OBJS)
-DIST_FILES = unzipstore.c
include ../Makeconf
@@ -66,6 +64,7 @@ vpath %.c $(srcdir)/../exec
CPPFLAGS += -I$(srcdir)/../exec
module-CPPFLAGS = -D'STORE_SONAME_SUFFIX=".so.$(hurd-version)"'
+module-DEPS = $(..)config.make
libstore_gunzip.so.$(hurd-version): $(GUNZIP_OBJS:.o=_pic.o)
libstore_bunzip2.so.$(hurd-version): $(BUNZIP2_OBJS:.o=_pic.o)