summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-17 18:57:42 +0000
committerMiles Bader <miles@gnu.org>1996-01-17 18:57:42 +0000
commit3bfb1a0f033dbd5998b29fc52e268c57f4e62d20 (patch)
tree3a15927575a9be7b8adf4b433609a57826c9920e /libstore/Makefile
parent1b4447c7ad80cde20906c4104ca0d9107c580c91 (diff)
Formerly Makefile.~3~
Diffstat (limited to 'libstore/Makefile')
-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