summaryrefslogtreecommitdiff
path: root/qpb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'qpb/Makefile.am')
-rw-r--r--qpb/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/qpb/Makefile.am b/qpb/Makefile.am
index 0fbda61f3c..e5951b2be9 100644
--- a/qpb/Makefile.am
+++ b/qpb/Makefile.am
@@ -5,8 +5,8 @@ AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib $(Q
PROTOBUF_INCLUDES=-I$(top_srcdir)
PROTOBUF_PACKAGE = qpb
-lib_LTLIBRARIES = libquagga_pb.la
-libquagga_pb_la_LDFLAGS = -version-info 0:0:0
+lib_LTLIBRARIES = libfrr_pb.la
+libfrr_pb_la_LDFLAGS = -version-info 0:0:0
if HAVE_PROTOBUF
protobuf_srcs = \
@@ -16,14 +16,14 @@ protobuf_srcs_nodist = \
qpb.pb-c.c
endif
-libquagga_pb_la_SOURCES = \
+libfrr_pb_la_SOURCES = \
linear_allocator.h \
qpb.h \
qpb.c \
qpb_allocator.h \
$(protobuf_srcs)
-nodist_libquagga_pb_la_SOURCES = $(protobuf_srcs_nodist)
+nodist_libfrr_pb_la_SOURCES = $(protobuf_srcs_nodist)
CLEANFILES = $(Q_CLEANFILES)
BUILT_SOURCES = $(Q_PROTOBUF_SRCS)