Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
9d352d2f
Unverified
Commit
9d352d2f
authored
3 years ago
by
Brian Carrier
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2483 from sleuthkit/build_fix
Add missing build files from #1877 and CASE/UCO tests
parents
4f4598ea
481537a9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
Makefile.am
+3
-1
3 additions, 1 deletion
Makefile.am
tsk/Makefile.am
+2
-1
2 additions, 1 deletion
tsk/Makefile.am
with
7 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
9d352d2f
...
@@ -82,6 +82,7 @@ rejistry++/msvcpp/rejistry++/ipch
...
@@ -82,6 +82,7 @@ rejistry++/msvcpp/rejistry++/ipch
# Release files
# Release files
release/sleuthkit-*
release/sleuthkit-*
release/clone
# IntelliSense data
# IntelliSense data
/win32/*.ncb
/win32/*.ncb
...
@@ -191,6 +192,7 @@ unit_tests/base/test_base
...
@@ -191,6 +192,7 @@ unit_tests/base/test_base
*.E01
*.E01
*.vmdk
*.vmdk
sleuthkit-*.tar.gz
#Test data folder
#Test data folder
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
3
−
1
View file @
9d352d2f
...
@@ -24,9 +24,11 @@ EXTRA_DIST = README_win32.txt README.md INSTALL.txt ChangeLog.txt NEWS.txt API-C
...
@@ -24,9 +24,11 @@ EXTRA_DIST = README_win32.txt README.md INSTALL.txt ChangeLog.txt NEWS.txt API-C
bindings/java/src/org/sleuthkit/datamodel/Examples/
*
.java
\
bindings/java/src/org/sleuthkit/datamodel/Examples/
*
.java
\
bindings/java/src/
*
.html
\
bindings/java/src/
*
.html
\
case
-uco
/java/
*
.xml
\
case
-uco
/java/
*
.xml
\
case
-uco
/java/
*
.md
\
case
-uco
/java/nbproject/
*
.xml
\
case
-uco
/java/nbproject/
*
.xml
\
case
-uco
/java/nbproject/
*
.properties
\
case
-uco
/java/nbproject/
*
.properties
\
case
-uco
/java/src/org/sleuthkit/caseuco/
*
.java
case
-uco
/java/src/org/sleuthkit/caseuco/
*
.java
\
case
-uco
/java/test/org/sleuthkit/caseuco/
*
.java
ACLOCAL_AMFLAGS
=
-I
m4
ACLOCAL_AMFLAGS
=
-I
m4
...
...
This diff is collapsed.
Click to expand it.
tsk/Makefile.am
+
2
−
1
View file @
9d352d2f
...
@@ -10,7 +10,8 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
...
@@ -10,7 +10,8 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
# current:revision:age
# current:revision:age
libtsk_la_LDFLAGS
=
-version-info
20:6:1
$(
LIBTSK_LDFLAGS
)
libtsk_la_LDFLAGS
=
-version-info
20:6:1
$(
LIBTSK_LDFLAGS
)
EXTRA_DIST
=
tsk_tools_i.h docs/Doxyfile docs/
*
.dox docs/
*
.html
EXTRA_DIST
=
tsk_tools_i.h docs/Doxyfile docs/
*
.dox docs/
*
.html
\
tsk.pc.in
pkgconfigdir
=
$(
libdir
)
/pkgconfig
pkgconfigdir
=
$(
libdir
)
/pkgconfig
nodist_pkgconfig_DATA
=
tsk.pc
nodist_pkgconfig_DATA
=
tsk.pc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment