Skip to content

Commit

Permalink
Changes for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 8, 2015
1 parent e621c5c commit c1a05cf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Tests:
- compressed (done)
- (compressed) with parent (done)

20150325
* changes for deployment

20150105
* 2015 update

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )

AC_INIT(
[libvmdk],
[20150105],
[20150325],
[joachim.metz@gmail.com])

AC_CONFIG_SRCDIR(
Expand Down
4 changes: 4 additions & 0 deletions msvscpp/vmdk_test_open_close/vmdk_test_open_close.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
RelativePath="..\..\tests\vmdk_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libvmdk.h"
>
Expand Down
4 changes: 4 additions & 0 deletions msvscpp/vmdk_test_read/vmdk_test_read.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
RelativePath="..\..\tests\vmdk_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libvmdk.h"
>
Expand Down
4 changes: 4 additions & 0 deletions msvscpp/vmdk_test_seek/vmdk_test_seek.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
RelativePath="..\..\tests\vmdk_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\vmdk_test_libvmdk.h"
>
Expand Down
3 changes: 3 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ check_PROGRAMS = \
vmdk_test_open_close_SOURCES = \
vmdk_test_libcerror.h \
vmdk_test_libcstring.h \
vmdk_test_libcthreads.h \
vmdk_test_libvmdk.h \
vmdk_test_open_close.c \
vmdk_test_unused.h
Expand All @@ -64,6 +65,7 @@ vmdk_test_open_close_LDADD = \
vmdk_test_read_SOURCES = \
vmdk_test_libcerror.h \
vmdk_test_libcstring.h \
vmdk_test_libcthreads.h \
vmdk_test_libvmdk.h \
vmdk_test_read.c \
vmdk_test_unused.h
Expand All @@ -78,6 +80,7 @@ vmdk_test_read_LDADD = \
vmdk_test_seek_SOURCES = \
vmdk_test_libcerror.h \
vmdk_test_libcstring.h \
vmdk_test_libcthreads.h \
vmdk_test_libvmdk.h \
vmdk_test_seek.c \
vmdk_test_unused.h
Expand Down

0 comments on commit c1a05cf

Please sign in to comment.