From 1e24e276c4e892d5409b5a683551cd709949c44f Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Tue, 17 Jan 2017 21:21:16 -0500 Subject: [PATCH] fix where to package .h --- Makefile.am | 3 ++- tsk/auto/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4d1fa519f..5a59c009f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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_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/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 \ tsk/sorter/images.sort tsk/sorter/linux.sort tsk/sorter/openbsd.sort \ diff --git a/tsk/auto/Makefile.am b/tsk/auto/Makefile.am index 698623726..9bd9b9ca8 100755 --- a/tsk/auto/Makefile.am +++ b/tsk/auto/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = .indent.pro noinst_LTLIBRARIES = libtskauto.la # 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 *.cpp *.h -- GitLab