summaryrefslogtreecommitdiff
path: root/plugin/auth/Makefile.am
blob: 2995d35adf40524fd5d6b2b5ce1e1aad406ac983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 $(top_srcdir)/libmysql/get_password.c

if HAVE_PEERCRED
pkgplugin_LTLIBRARIES+= auth_socket.la
auth_socket_la_SOURCES= auth_socket.c
endif

EXTRA_DIST= plug.in