From 477d0da19a83a49b9189388e39d0f5bb8c31b29d Mon Sep 17 00:00:00 2001 From: Lars Luthman Date: Mon, 28 Mar 2011 14:26:15 +0000 Subject: Changed ui -> pui in Doxyfile and wscript --- Doxyfile | 6 +++--- wscript | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index dd232b3..7980a47 100644 --- a/Doxyfile +++ b/Doxyfile @@ -580,9 +580,9 @@ INPUT = \ ext/osc.lv2/osc.h \ ext/persist.lv2/persist.h \ ext/string-port.lv2/string-port.h \ - ext/ui.lv2/ui.h \ - ext/ui-event.lv2/ui-event.h \ - ext/ui-gtk.lv2/ui-gtk.h \ + ext/pui.lv2/pui.h \ + ext/pui-event.lv2/pui-event.h \ + ext/pui-gtk.lv2/pui-gtk.h \ ext/uri-map.lv2/uri-map.h \ ext/uri-unmap.lv2/uri-unmap.h \ extensions/ui.lv2/ui.h diff --git a/wscript b/wscript index 27e0c70..1b62c6d 100644 --- a/wscript +++ b/wscript @@ -60,9 +60,9 @@ def build(bld): presets resize-port string-port - ui - ui-event - ui-gtk + pui + pui-event + pui-gtk uri-map uri-unmap ''' -- cgit v1.2.1