X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Femacs%2Fplugin.el;h=4d7333c50511967dd413db84f45d7f104a115565;hb=3f2e775e45e9c42819cd950a96135e83a00b8bbd;hp=1481c66dfa89cfb23a6785d109e6f0b7aa21dd9d;hpb=d760f79cb8c81eab1dbbd85e1453cad122ecd345;p=vpp.git diff --git a/extras/emacs/plugin.el b/extras/emacs/plugin.el index 1481c66dfa8..4d7333c5051 100644 --- a/extras/emacs/plugin.el +++ b/extras/emacs/plugin.el @@ -24,12 +24,12 @@ (setq plugin-flavor (read-string "Dispatch type [dual or qs]: ")) (setq PLUGIN-NAME (upcase plugin-name)) - (find-file (concat plugin-name ".am")) - (skel-plugin-makefile-am-fragment) (setq cmd-args (concat "mkdir -p " plugin-name)) (shell-command cmd-args) (setq cd-args (concat start-dir "/" plugin-name)) (setq default-directory cd-args) + (find-file "CMakeLists.txt") + (skel-plugin-cmakelists-text-fragment) (find-file (concat plugin-name ".api")) (skel-plugin-api) (find-file (concat plugin-name "_all_api_h.h"))