]> git.proxmox.com Git - mirror_frr.git/blobdiff - qpb/subdir.am
Merge pull request #13088 from donaldsharp/pim_use_after
[mirror_frr.git] / qpb / subdir.am
index e897822ecc1205dcf43a3145038d986b895fc075..21aa84df5c21bd416b5c060983bb5e75478ad7d5 100644 (file)
@@ -29,23 +29,3 @@ CLEANFILES += \
        # end
 
 EXTRA_DIST += qpb/qpb.proto
-SUFFIXES += .proto .pb-c.c .pb-c.h
-
-if HAVE_PROTOBUF
-
-# Rules
-.proto.pb.h:
-       $(PROTOC) -I$(top_srcdir) --cpp_out=$(top_builddir) $^
-
-AM_V_PROTOC_C = $(am__v_PROTOC_C_$(V))
-am__v_PROTOC_C_ = $(am__v_PROTOC_C_$(AM_DEFAULT_VERBOSITY))
-am__v_PROTOC_C_0 = @echo "  PROTOC_C" $@;
-am__v_PROTOC_C_1 =
-
-.proto.pb-c.c:
-       $(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
-       $(AM_V_GEN)$(SED) -e '1i#include "config.h"' -i $@
-.pb-c.c.pb-c.h:
-       @/bin/true
-
-endif  # HAVE_PROTOBUF