Skip to content
Snippets Groups Projects
Commit 1e24e276 authored by Brian Carrier's avatar Brian Carrier
Browse files

fix where to package .h

parent 0fd90abf
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,8 @@ nobase_include_HEADERS = tsk/libtsk.h tsk/tsk_incs.h \ ...@@ -81,7 +81,8 @@ nobase_include_HEADERS = tsk/libtsk.h tsk/tsk_incs.h \
tsk/fs/tsk_fs.h tsk/fs/tsk_ffs.h tsk/fs/tsk_ext2fs.h tsk/fs/tsk_fatfs.h \ tsk/fs/tsk_fs.h tsk/fs/tsk_ffs.h tsk/fs/tsk_ext2fs.h tsk/fs/tsk_fatfs.h \
tsk/fs/tsk_ntfs.h tsk/fs/tsk_iso9660.h tsk/fs/tsk_hfs.h tsk/fs/tsk_yaffs.h \ tsk/fs/tsk_ntfs.h tsk/fs/tsk_iso9660.h tsk/fs/tsk_hfs.h tsk/fs/tsk_yaffs.h \
tsk/fs/tsk_exfatfs.h tsk/fs/tsk_fatxxfs.h \ tsk/fs/tsk_exfatfs.h tsk/fs/tsk_fatxxfs.h \
tsk/hashdb/tsk_hashdb.h tsk/auto/tsk_auto.h tsk/auto/sqlite3.h tsk/hashdb/tsk_hashdb.h tsk/auto/tsk_auto.h tsk/auto/sqlite3.h \
tsk/auto/tsk_is_image_supported.h
nobase_dist_data_DATA = tsk/sorter/default.sort tsk/sorter/freebsd.sort \ nobase_dist_data_DATA = tsk/sorter/default.sort tsk/sorter/freebsd.sort \
tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort \ tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort \
......
...@@ -3,7 +3,7 @@ EXTRA_DIST = .indent.pro ...@@ -3,7 +3,7 @@ EXTRA_DIST = .indent.pro
noinst_LTLIBRARIES = libtskauto.la noinst_LTLIBRARIES = libtskauto.la
# Note that the .h files are in the top-level Makefile # Note that the .h files are in the top-level Makefile
libtskauto_la_SOURCES = auto.cpp auto_db.cpp sqlite3.c sqlite3.h db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h tsk_is_image_supported.h libtskauto_la_SOURCES = auto.cpp auto_db.cpp sqlite3.c sqlite3.h db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h
indent: indent:
indent *.cpp *.h indent *.cpp *.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment