Skip to content

Commit

Permalink
Merge pull request FRRouting#191 from opensourcerouting/ospfclient-incl
Browse files Browse the repository at this point in the history
[stable] ospfclient: #include sources
  • Loading branch information
donaldsharp committed Feb 9, 2017
2 parents b7671f3 + bd9db8f commit 3cf5e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ospfclient/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libfrrospfapiclient_la_LIBADD = ../lib/libfrr.la
sbin_PROGRAMS = ospfclient

libfrrospfapiclient_la_SOURCES = \
ospf_apiclient.c ../ospfd/ospf_dump_api.c ../ospfd/ospf_api.c
ospf_apiclient.c

ospfapiheaderdir = $(pkgincludedir)/ospfapi

Expand Down
4 changes: 4 additions & 0 deletions ospfclient/ospf_apiclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@

#include "ospf_apiclient.h"

/* *sigh* ... can't find a better way to hammer this into automake */
#include "ospfd/ospf_dump_api.c"
#include "ospfd/ospf_api.c"

DEFINE_MGROUP(OSPFCLIENT, "libospfapiclient")
DEFINE_MTYPE_STATIC(OSPFCLIENT, OSPF_APICLIENT, "OSPF-API client")

Expand Down

0 comments on commit 3cf5e24

Please sign in to comment.