Commit 5082c96e40ce55f3a75a87aa32c15aa93f4d7f98
1 parent
c7995313
Exists in
master
and in
3 other branches
Fixing windows devel.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -364,6 +364,12 @@ install-windows-dev: \ |
364 | 364 | @$(INSTALL_DATA) \ |
365 | 365 | win/lib3270.mak \ |
366 | 366 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/def |
367 | + | |
368 | + @$(LN_S) \ | |
369 | + $(bindir)/$(LIBNAME)@DLLEXT@ \ | |
370 | + $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
371 | + | |
372 | + | |
367 | 373 | |
368 | 374 | |
369 | 375 | #---[ Misc Targets ]--------------------------------------------------------------------- | ... | ... |