build: rename directory where fcc unlocks are kept

This commit is contained in:
Aleksander Morgado
2022-03-24 12:55:40 +01:00
parent 2dafb32d63
commit 99232154b3
8 changed files with 3 additions and 3 deletions

View File

@@ -577,7 +577,7 @@ Makefile
data/Makefile data/Makefile
data/ModemManager.pc data/ModemManager.pc
data/mm-glib.pc data/mm-glib.pc
data/fcc-unlock/Makefile data/dispatcher-fcc-unlock/Makefile
data/tests/Makefile data/tests/Makefile
data/tests/org.freedesktop.ModemManager1.service data/tests/org.freedesktop.ModemManager1.service
include/Makefile include/Makefile

View File

@@ -1,5 +1,5 @@
SUBDIRS = . fcc-unlock tests SUBDIRS = . dispatcher-fcc-unlock tests
edit = @sed \ edit = @sed \
-e 's|@sbindir[@]|$(sbindir)|g' \ -e 's|@sbindir[@]|$(sbindir)|g' \

View File

@@ -367,7 +367,7 @@ version_conf = {
subdir('po') subdir('po')
subdir('data') subdir('data')
subdir('data/fcc-unlock') subdir('data/dispatcher-fcc-unlock')
subdir('introspection') subdir('introspection')
subdir('include') subdir('include')