]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - Makefile.am
systemd: Rename location-downloader to location-update
[people/ms/libloc.git] / Makefile.am
index 91f043629f477b4662364c8c3434d83338ba4278..bf204d864843f451a256e15c324871f71bce532e 100644 (file)
@@ -256,8 +256,8 @@ CLEANFILES += \
 
 if HAVE_SYSTEMD
 systemdsystemunit_DATA = \
-       src/systemd/location-downloader.service \
-       src/systemd/location-downloader.timer
+       src/systemd/location-update.service \
+       src/systemd/location-update.timer
 
 CLEANFILES += \
        $(systemdsystemunit_DATA)
@@ -267,8 +267,8 @@ INSTALL_DIRS += \
 endif
 
 EXTRA_DIST += \
-       src/systemd/location-downloader.service.in \
-       src/systemd/location-downloader.timer.in
+       src/systemd/location-update.service.in \
+       src/systemd/location-update.timer.in
 
 # ------------------------------------------------------------------------------