diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1ec29d6..480734b 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: remote-logon-service Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, -Recommends: thin-client-config-agent +Recommends: remote-logon-config-agent Description: Service to track the remote servers to use A small service to take the various sources for the remote services and bring them into a simple DBus list. diff --git a/src/Makefile.am b/src/Makefile.am index fa9b8c7..823efdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ libservers_la_SOURCES = \ crypt.c \ crypt.h libservers_la_CFLAGS = \ - -DUCCS_QUERY_TOOL="\"thin-client-config-agent\"" \ + -DUCCS_QUERY_TOOL="\"remote-logon-config-agent\"" \ $(SERVICE_CFLAGS) \ $(COVERAGE_CFLAGS) libservers_la_LDFLAGS = \ |