summaryrefslogtreecommitdiff
path: root/plugin/auth/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth/Makefile.am')
-rw-r--r--plugin/auth/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugin/auth/Makefile.am b/plugin/auth/Makefile.am
deleted file mode 100644
index acca98e26f8..00000000000
--- a/plugin/auth/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgplugindir=$(pkglibdir)/plugin
-
-AM_LDFLAGS=-module -rpath $(pkgplugindir)
-AM_CPPFLAGS=-DMYSQL_DYNAMIC_PLUGIN -I$(top_srcdir)/include
-
-pkgplugin_LTLIBRARIES= dialog.la
-dialog_la_SOURCES= dialog.c
-
-if HAVE_PEERCRED
-pkgplugin_LTLIBRARIES+= auth_socket.la
-auth_socket_la_SOURCES= auth_socket.c
-endif
-
-EXTRA_DIST= plug.in
-