Skip to content
Snippets Groups Projects
Commit 70ddf2df authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

oops, missed one...

parent e53b5269
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment