diff options
author | Lukas Larsson <[email protected]> | 2010-10-14 17:16:45 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-10-21 14:39:22 +0200 |
commit | 5ef78e1797d6adf5875d21ccdd09859d1466bd1b (patch) | |
tree | 8a68df4065252eab97352f40cebdc1cadf068dc0 /lib | |
parent | 1419cda9991775c51a931ef63a51da477391722c (diff) | |
download | otp-5ef78e1797d6adf5875d21ccdd09859d1466bd1b.tar.gz otp-5ef78e1797d6adf5875d21ccdd09859d1466bd1b.tar.bz2 otp-5ef78e1797d6adf5875d21ccdd09859d1466bd1b.zip |
Add vts.tool to priv exports for unix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/priv/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 6372bbc8d5..a6ac0f1a02 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -56,8 +56,8 @@ ifneq ($(findstring win32,$(TARGET)),win32) # # Files # -FILES = -SCRIPTS = +FILES = vts.tool +SCRIPTS = IMAGES = tile1.jpg # |