summaryrefslogtreecommitdiffstats
path: root/src/plugins/authdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/authdata')
-rw-r--r--src/plugins/authdata/greet/Makefile.in2
-rw-r--r--src/plugins/authdata/greet_client/Makefile.in2
-rw-r--r--src/plugins/authdata/greet_server/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/authdata/greet/Makefile.in b/src/plugins/authdata/greet/Makefile.in
index 6e3c0282e..ce70925cf 100644
--- a/src/plugins/authdata/greet/Makefile.in
+++ b/src/plugins/authdata/greet/Makefile.in
@@ -25,7 +25,7 @@ STLIBOBJS= greet_auth.o
SRCS= greet_auth.c
-all-unix:: all-liblinks
+all-unix:: all-libs
install-unix:: install-libs
clean-unix:: clean-libs clean-libobjs
diff --git a/src/plugins/authdata/greet_client/Makefile.in b/src/plugins/authdata/greet_client/Makefile.in
index 82b10ff07..74e4bf42a 100644
--- a/src/plugins/authdata/greet_client/Makefile.in
+++ b/src/plugins/authdata/greet_client/Makefile.in
@@ -24,7 +24,7 @@ STLIBOBJS= greet.o
SRCS= greet.c
-all-unix:: all-liblinks
+all-unix:: all-libs
install-unix:: install-libs
clean-unix:: clean-libs clean-libobjs
diff --git a/src/plugins/authdata/greet_server/Makefile.in b/src/plugins/authdata/greet_server/Makefile.in
index 54ffe67dc..40b1856bb 100644
--- a/src/plugins/authdata/greet_server/Makefile.in
+++ b/src/plugins/authdata/greet_server/Makefile.in
@@ -24,7 +24,7 @@ STLIBOBJS= greet_auth.o
SRCS= greet_auth.c
-all-unix:: all-liblinks
+all-unix:: all-libs
install-unix:: install-libs
clean-unix:: clean-libs clean-libobjs