aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/dbus/Makefile.am
blob: 05f325358409574afe2c15fe429e83739c26f648 (plain)
1
2
3
4
5
6
7
8
9
10
11

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon ${dbus_CFLAGS}

AM_CFLAGS = -rdynamic

plugin_LTLIBRARIES = libstrongswan-dbus.la

libstrongswan_dbus_la_SOURCES = dbus.h dbus.c
libstrongswan_dbus_la_LDFLAGS = -module
libstrongswan_dbus_la_LIBADD = ${dbus_LIBS}