X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fcil%2FMakefile.am;h=8e2ac944823af7d7a67efed7bc3fd860a4ce070c;hb=6d88a963b74a5c442e7fa300d8656d3be774b38e;hp=43e046d82b2ca38b3d77ad4971e569921435def0;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mono/cil/Makefile.am b/mono/cil/Makefile.am index 43e046d82b2..8e2ac944823 100644 --- a/mono/cil/Makefile.am +++ b/mono/cil/Makefile.am @@ -2,10 +2,10 @@ opcode.def: make-opcodes-def.pl cil-opcodes.xml perl $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp mv $@.tmp $@ -defdir = $(includedir)/mono/cil +defdir = $(includedir)/mono-$(API_VER)/mono/cil def_DATA = opcode.def -xmldir = $(datadir)/mono/cil +xmldir = $(datadir)/mono-$(API_VER)/mono/cil xml_DATA = cil-opcodes.xml EXTRA_DIST=tables.def opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA)