Commit 70ddf2df authored by Marc G. Fournier's avatar Marc G. Fournier

oops, missed one...

parent e53b5269
...@@ -47,8 +47,10 @@ $(shlib): ecpglib.o typename.o ...@@ -47,8 +47,10 @@ $(shlib): ecpglib.o typename.o
clean: clean:
rm -f *.o *.a core a.out *~ $(shlib) libecpg.so rm -f *.o *.a core a.out *~ $(shlib) libecpg.so
install: libecpg.a $(shlib) install: libecpg.a $(shlib) $(install-shlib-dep)
$(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) libecpg.a $(DESTDIR)$(LIBDIR)
install-shlib:
$(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR) $(INSTALL) $(INSTLOPTS) $(shlib) $(DESTDIR)$(LIBDIR)
ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so ln -sf $(shlib) $(DESTDIR)$(LIBDIR)/libecpg.so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment