blob: 93d8633b5561846eb6a17760263ebd7241dcf50a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/configure.ac
2+++ b/configure.ac
3@@ -114,7 +114,6 @@ dnl###################################
4
5 AC_CONFIG_FILES([
6 Makefile
7-strpool/Makefile
8 libatasmart.pc
9 ])
10 AC_OUTPUT
11--- a/Makefile.am
12+++ b/Makefile.am
13@@ -22,7 +22,6 @@ AM_LDFLAGS = $(GCLDFLAGS)
14 dist_doc_DATA = README
15
16 EXTRA_DIST = \
17- autogen.sh \
18 LGPL \
19 README \
20 atasmart.c \
21@@ -47,9 +46,6 @@ EXTRA_DIST = \
22 blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 \
23 vala/atasmart.vapi
24
25-# build the strpool tool first
26-SUBDIRS = strpool .
27-
28 CLEANFILES = atasmart.strpool.c
29
30 MAINTAINERCLEANFILES =
31@@ -94,10 +90,7 @@ libatasmart_la_CFLAGS = \
32 BUILT_SOURCES = \
33 atasmart.strpool.c
34
35-strpool/strpool:
36- $(MAKE) -C strpool strpool
37-
38-atasmart.strpool.c: atasmart.c strpool/strpool
39- $(top_builddir)/strpool/strpool $< $@
40+atasmart.strpool.c: atasmart.c
41+ $(STAGING_DIR_HOSTPKG)/bin/strpool $< $@
42
43 ACLOCAL_AMFLAGS = -I m4