dirs: Make sysconfdir available via ovs_sysconfdir().
[sliver-openvswitch.git] / lib / automake.mk
index e3d7c3f..d55465b 100644 (file)
@@ -18,6 +18,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/bitmap.h \
        lib/bond.c \
        lib/bond.h \
+       lib/bundle.c \
+       lib/bundle.h \
        lib/byte-order.h \
        lib/byteq.c \
        lib/byteq.h \
@@ -261,6 +263,7 @@ lib/dirs.c: lib/dirs.c.in Makefile
                -e 's,[@]LOGDIR[@],"$(LOGDIR)",g' \
                -e 's,[@]RUNDIR[@],"$(RUNDIR)",g' \
                -e 's,[@]bindir[@],"$(bindir)",g' \
+               -e 's,[@]sysconfdir[@],"$(sysconfdir)",g' \
                -e 's,[@]pkgdatadir[@],"$(pkgdatadir)",g') \
             > lib/dirs.c.tmp
        mv lib/dirs.c.tmp lib/dirs.c