]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
sr: New default firmware dir: $prefix/share/sigrok-firmware.
[libsigrok.git] / configure.ac
index d123c02831c4ca7cc107b7f80c0d7a92df7ecb67..911987ef588619897a629aceae37ace2acfc869e 100644 (file)
@@ -239,7 +239,7 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_CHECK_FUNCS([gettimeofday memset strchr strcspn strdup strerror strncasecmp strstr strtol strtoul strtoull])
 
-AC_SUBST(FIRMWARE_DIR, "$datadir/libsigrok/firmware")
+AC_SUBST(FIRMWARE_DIR, "$datadir/sigrok-firmware")
 AC_SUBST(MAKEFLAGS, '--no-print-directory')
 AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
 
@@ -255,7 +255,6 @@ AC_SUBST(SR_PACKAGE_VERSION)
 
 AC_CONFIG_FILES([Makefile
                 sigrok.h
-                firmware/Makefile
                 hardware/Makefile
                 hardware/alsa/Makefile
                 hardware/asix-sigma/Makefile