summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstore/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstore/Makefile b/libstore/Makefile
index fad03856..651f0b95 100644
--- a/libstore/Makefile
+++ b/libstore/Makefile
@@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-dir := libps
+dir := libstore
makemode := library
libname = libstore
@@ -29,4 +29,6 @@ installhdrs=store.h
OBJS = $(SRCS:.c=.o)
+storeread: storeread.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so
+
include ../Makeconf