From 2a6e51c7ee867fe3f4b7dd07dee5517533a967be Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 26 Feb 2016 18:14:33 +0100 Subject: Remove codegen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codegen generates code specific to spice-common submodule. It's not meant as a generic protocol header or specification. See discussion and commits about spice-common codegen re-import. Signed-off-by: Marc-André Lureau --- Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4af20db..82f19e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,6 @@ NULL = ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = python_modules spice - -codegendir = $(datadir)/spice-protocol -dist_codegen_DATA = \ - spice.proto \ - spice1.proto \ - $(NULL) - -dist_codegen_SCRIPTS = \ - spice_codegen.py \ - $(NULL) - -DISTCLEANFILES = *.pyc +SUBDIRS = spice pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = spice-protocol.pc -- cgit