diff --git a/configure.ac b/configure.ac index 649e3318..00607314 100644 --- a/configure.ac +++ b/configure.ac @@ -577,7 +577,7 @@ Makefile data/Makefile data/ModemManager.pc data/mm-glib.pc -data/fcc-unlock/Makefile +data/dispatcher-fcc-unlock/Makefile data/tests/Makefile data/tests/org.freedesktop.ModemManager1.service include/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index b42b70f8..d7ede2de 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = . fcc-unlock tests +SUBDIRS = . dispatcher-fcc-unlock tests edit = @sed \ -e 's|@sbindir[@]|$(sbindir)|g' \ diff --git a/data/fcc-unlock/105b b/data/dispatcher-fcc-unlock/105b similarity index 100% rename from data/fcc-unlock/105b rename to data/dispatcher-fcc-unlock/105b diff --git a/data/fcc-unlock/1199 b/data/dispatcher-fcc-unlock/1199 similarity index 100% rename from data/fcc-unlock/1199 rename to data/dispatcher-fcc-unlock/1199 diff --git a/data/fcc-unlock/1eac b/data/dispatcher-fcc-unlock/1eac similarity index 100% rename from data/fcc-unlock/1eac rename to data/dispatcher-fcc-unlock/1eac diff --git a/data/fcc-unlock/Makefile.am b/data/dispatcher-fcc-unlock/Makefile.am similarity index 100% rename from data/fcc-unlock/Makefile.am rename to data/dispatcher-fcc-unlock/Makefile.am diff --git a/data/fcc-unlock/meson.build b/data/dispatcher-fcc-unlock/meson.build similarity index 100% rename from data/fcc-unlock/meson.build rename to data/dispatcher-fcc-unlock/meson.build diff --git a/meson.build b/meson.build index dd71ccf0..0fc3469a 100644 --- a/meson.build +++ b/meson.build @@ -367,7 +367,7 @@ version_conf = { subdir('po') subdir('data') -subdir('data/fcc-unlock') +subdir('data/dispatcher-fcc-unlock') subdir('introspection') subdir('include')