diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-19 03:40:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-09-19 03:40:19 +0000 |
commit | 9af6825b806abe16464a00c20813de5b42aa37a0 (patch) | |
tree | 37dc9eb41c495ab6a4a0dec35d09e27cc95c98e4 /packages/win32_inno/Makefile | |
parent | c7f767f3566fd390807f8a0944caf4243a52c9a1 (diff) |
include tkdnd 2.2 in the Pd-extended package
svn path=/trunk/; revision=15308
Diffstat (limited to 'packages/win32_inno/Makefile')
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index e407d35b..4cf4327a 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -133,6 +133,8 @@ lib_install: cp -rp /usr/local/lib/dde1.3/* $(DESTDIR)$(libdir)/dde1.3 install -d $(DESTDIR)$(libdir)/reg1.2 cp -rp /usr/local/lib/reg1.2/* $(DESTDIR)$(libdir)/reg1.2 + install -d $(DESTDIR)$(libdir)/tkdnd2.2 + cp -rp /usr/local/lib/tkdnd2.2/* $(DESTDIR)$(libdir)/tkdnd2.2 # tcllib install |