~dannf/ubuntu/saucy/libatasmart/lp1234343

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-09-18 09:31:34 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918093134-4dajtozq54lhgz58
Tags: 0.15-1
* New upstream bug fix release. In particular, this blacklists
  the JMicron SATA bridge 152d:2329, since it causes USB resets when being
  probed for SMART. (https://bugzilla.redhat.com/show_bug.cgi?id=515881,
  LP: #387161)
* Bump Standards-Version to 3.8.3 (no changes necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# License along with libatasmart. If not, If not, see
17
17
# <http://www.gnu.org/licenses/>.
18
18
 
 
19
dist_doc_DATA = README
 
20
 
19
21
EXTRA_DIST = \
20
22
        bootstrap.sh \
21
23
        LGPL \
22
24
        README \
23
 
        atasmart.vapi \
24
25
        atasmart.c \
25
26
        blob-examples/README \
26
27
        blob-examples/FUJITSU_MHY2120BH--0084000D \
27
28
        blob-examples/FUJITSU_MHY2120BH--0085000B \
 
29
        blob-examples/FUJITSU_MHY2120BH--0085000B \
28
30
        blob-examples/FUJITSU_MHZ2160BH_G1--0084000A \
 
31
        blob-examples/INTEL_SSDSA2MH080G1GC--045C8820 \
29
32
        blob-examples/Maxtor_96147H8--BAC51KJ0 \
 
33
        blob-examples/Maxtor_96147H8--BAC51KJ0--2 \
30
34
        blob-examples/SAMSUNG_HD501LJ--CR100-12 \
31
35
        blob-examples/ST320410A--3.39 \
32
36
        blob-examples/ST9160821AS--3.CLH \
 
37
        blob-examples/TOSHIBA_MK1651GSY--38IGT0G5T \
33
38
        blob-examples/WDC_WD2500JB--00REA0-20.00K20 \
34
39
        blob-examples/WDC_WD2500JS-75NCB3--10.02E04 \
35
 
        blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01
 
40
        blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 \
 
41
        vala/atasmart.vapi
36
42
 
37
43
SUBDIRS =
38
44
 
44
50
pkgconfigdir = $(libdir)/pkgconfig
45
51
pkgconfig_DATA = libatasmart.pc
46
52
 
 
53
vapidir = $(datadir)/vala/vapi
 
54
vapi_DATA = vala/atasmart.vapi
 
55
 
47
56
include_HEADERS = \
48
57
        atasmart.h
49
58