summaryrefslogtreecommitdiff
path: root/plugin/auth/Makefile.am
blob: acca98e26f83869264d2506548bb1342b9c9e940 (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

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

EXTRA_DIST= plug.in