summaryrefslogtreecommitdiff
path: root/pppd/plugins/pppol2tp/Makefile.am
blob: c109d22e52f59217908aa0b20f750b36a857c162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pppd_plugin_LTLIBRARIES = pppol2tp.la openl2tp.la
pppd_plugindir = $(PPPD_PLUGIN_DIR)

noinst_HEADERS = \
    l2tp_event.h

pppol2tp_la_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}
pppol2tp_la_LDFLAGS = -module -avoid-version
pppol2tp_la_SOURCES = pppol2tp.c

openl2tp_la_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}
openl2tp_la_LDFLAGS = -module -avoid-version
openl2tp_la_SOURCES = openl2tp.c