build: rename directory where fcc unlocks are kept
This commit is contained in:
@@ -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
|
||||||
|
@@ -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' \
|
||||||
|
@@ -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')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user