From 32d50756a6e7a2b3f2b004f86467d3042b6a3def Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 2 Jan 2006 17:52:53 +0000 Subject: [PATCH] Remove generation of .classes --- gnoemoe/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnoemoe/Makefile.am b/gnoemoe/Makefile.am index be50beb..c7ad4fa 100644 --- a/gnoemoe/Makefile.am +++ b/gnoemoe/Makefile.am @@ -41,10 +41,6 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL) echo "#include \"gm-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=gm_marshal >> $@ -mcp/Makefile.classes: mcp/packages.defs - ( cd $(srcdir) && echo "gnoemoe_SOURCES += \\" > $@ && \ - ./mcp/$(MCP_CLASSES) --defs $< --files --prefix "mcp/" >> $@ ) - gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ parser/libparser.la CLEANFILES += $(BUILT_SOURCES)