ship example blobs in tarball
authorLennart Poettering <lennart@poettering.net>
Sun, 12 Apr 2009 21:45:27 +0000 (23:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 12 Apr 2009 21:45:27 +0000 (23:45 +0200)
Makefile.am
blob-examples/Maxtor_96147H8--BAC51KJ0 [moved from blob-examples/Maxtor 96147H8--BAC51KJ0 with 100% similarity]
blob-examples/README
blob-examples/SAMSUNG_HD501LJ--CR100-12 [moved from blob-examples/SAMSUNG HD501LJ--CR100-12 with 100% similarity]
blob-examples/WDC_WD2500JB--00REA0-20.00K20 [moved from blob-examples/WDC WD2500JB--00REA0-20.00K20 with 100% similarity]
blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 [moved from blob-examples/WDC WD5000AAKS--00TMA0-12.01C01 with 100% similarity]

index f76414a..c9ef12c 100644 (file)
 # License along with libatasmart. If not, If not, see
 # <http://www.gnu.org/licenses/>.
 
-EXTRA_DIST = bootstrap.sh LGPL README atasmart.vapi atasmart.c
+EXTRA_DIST = \
+       bootstrap.sh \
+       LGPL \
+       README \
+       atasmart.vapi \
+       atasmart.c \
+       blob-examples/README \
+       blob-examples/Maxtor_96147H8--BAC51KJ0 \
+       blob-examples/SAMSUNG_HD501LJ--CR100-12 \
+       blob-examples/ST320410A--3.39 \
+       blob-examples/WDC_WD2500JB--00REA0-20.00K20 \
+       blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01
+
 SUBDIRS =
 
 CLEANFILES = atasmart.strpool.c
index f9bd6bc..f6c5b23 100644 (file)
@@ -1,3 +1,7 @@
 This directory contains SMART data of bad drives for testing purposes.
 Generated with "skdump --save". File name should follow the format
-"MODEL--FIRMWARE".
+"MODEL--FIRMWARE". Also, replace spaces by underscores ('_') so that
+these files can be handled properly by automake.
+
+If you add another snapshot here, make sure to edit ../Makefile.am so
+that it is included in the tarball.