diff options
Diffstat (limited to 'src/libcharon/plugins/dhcp')
-rw-r--r-- | src/libcharon/plugins/dhcp/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/plugins/dhcp/Makefile.am b/src/libcharon/plugins/dhcp/Makefile.am index f68257c8d..45d7536be 100644 --- a/src/libcharon/plugins/dhcp/Makefile.am +++ b/src/libcharon/plugins/dhcp/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ + -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic @@ -9,8 +10,7 @@ else plugin_LTLIBRARIES = libstrongswan-dhcp.la endif -libstrongswan_dhcp_la_SOURCES = \ - dhcp_plugin.h dhcp_plugin.c \ +libstrongswan_dhcp_la_SOURCES = dhcp_plugin.h dhcp_plugin.c \ dhcp_provider.h dhcp_provider.c \ dhcp_socket.h dhcp_socket.c \ dhcp_transaction.h dhcp_transaction.c |