|
From: <sv...@va...> - 2012-08-25 21:48:32
|
florian 2012-08-25 22:48:22 +0100 (Sat, 25 Aug 2012)
New Revision: 12899
Log:
Rename libvex_emwarn.h to libvex_emnote.h. See also VEX r2483.
Modified files:
trunk/Makefile.vex.am
Modified: trunk/Makefile.vex.am (+1 -1)
===================================================================
--- trunk/Makefile.vex.am 2012-08-25 08:25:00 +01:00 (rev 12898)
+++ trunk/Makefile.vex.am 2012-08-25 22:48:22 +01:00 (rev 12899)
@@ -17,7 +17,7 @@
pkginclude_HEADERS = \
pub/libvex.h \
pub/libvex_basictypes.h \
- pub/libvex_emwarn.h \
+ pub/libvex_emnote.h \
pub/libvex_guest_offsets.h \
pub/libvex_guest_x86.h \
pub/libvex_guest_amd64.h \
|