You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
321 B

  1. pkgplugindir=$(pkglibdir)/plugin
  2. AM_LDFLAGS=-module -rpath $(pkgplugindir)
  3. AM_CPPFLAGS=-DMYSQL_DYNAMIC_PLUGIN -I$(top_srcdir)/include
  4. pkgplugin_LTLIBRARIES= dialog.la
  5. dialog_la_SOURCES= dialog.c
  6. if HAVE_PEERCRED
  7. pkgplugin_LTLIBRARIES+= auth_socket.la
  8. auth_socket_la_SOURCES= auth_socket.c
  9. endif
  10. EXTRA_DIST= plug.in