diff --git a/gnoemoe/mcp/Makefile.include b/gnoemoe/mcp/Makefile.include index 9010d0a..37f0c50 100644 --- a/gnoemoe/mcp/Makefile.include +++ b/gnoemoe/mcp/Makefile.include @@ -1,17 +1,8 @@ ## Process this file with automake to produce Makefile.in mcpdir = mcp -BUILT_SOURCES += $(mcpdir)/gm-mcp-classes.c $(mcpdir)/gm-mcp-classes.h -MCP_CLASSES = mcpclasses - gnoemoe_SOURCES += \ $(mcpdir)/gm-mcp.c $(mcpdir)/gm-mcp.h \ $(mcpdir)/gm-mcp-session.c $(mcpdir)/gm-mcp-session.h \ $(mcpdir)/gm-mcp-package.c $(mcpdir)/gm-mcp-package.h \ $(mcpdir)/gm-mcp-userlist-view.c $(mcpdir)/gm-mcp-userlist-view.h - -$(mcpdir)/gm-mcp-classes.c: $(mcpdir)/packages.defs - ( cd $(srcdir) && ./$(mcpdir)/$(MCP_CLASSES) --defs $< --body > $@ ) - -$(mcpdir)/gm-mcp-classes.h: $(mcpdir)/packages.defs - ( cd $(srcdir) && ./$(mcpdir)/$(MCP_CLASSES) --defs $< --header > $@ )