You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
895 B

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