[Xfce4-commits] <libxfce4util:master> Rename debug.h to xfce-debug.h.
Nick Schermer
noreply at xfce.org
Thu Jun 16 22:44:08 CEST 2011
Updating branch refs/heads/master
to 181afd0337aa961aee9b1a28e5669353081e895b (commit)
from 4286db4497523e672842cd767efe86976cdbdd82 (commit)
commit 181afd0337aa961aee9b1a28e5669353081e895b
Author: Nick Schermer <nick at xfce.org>
Date: Fri Jun 10 22:28:13 2011 +0200
Rename debug.h to xfce-debug.h.
This matches to other library filenames.
libxfce4util/Makefile.am | 2 +-
libxfce4util/libxfce4util.h | 2 +-
libxfce4util/{debug.h => xfce-debug.h} | 0
libxfce4util/xfce-miscutils.h | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libxfce4util/Makefile.am b/libxfce4util/Makefile.am
index 59b4174..1e1ac7c 100644
--- a/libxfce4util/Makefile.am
+++ b/libxfce4util/Makefile.am
@@ -19,7 +19,7 @@ lib_LTLIBRARIES = \
libxfce4util.la
libxfce4util_headers = \
- debug.h \
+ xfce-debug.h \
xfce-fileutils.h \
xfce-generics.h \
xfce-i18n.h \
diff --git a/libxfce4util/libxfce4util.h b/libxfce4util/libxfce4util.h
index b69dcfc..60a8336 100644
--- a/libxfce4util/libxfce4util.h
+++ b/libxfce4util/libxfce4util.h
@@ -26,7 +26,7 @@
#include <libxfce4util/libxfce4util-config.h>
-#include <libxfce4util/debug.h>
+#include <libxfce4util/xfce-debug.h>
#include <libxfce4util/xfce-fileutils.h>
#include <libxfce4util/xfce-generics.h>
#include <libxfce4util/xfce-i18n.h>
diff --git a/libxfce4util/debug.h b/libxfce4util/xfce-debug.h
similarity index 100%
rename from libxfce4util/debug.h
rename to libxfce4util/xfce-debug.h
diff --git a/libxfce4util/xfce-miscutils.h b/libxfce4util/xfce-miscutils.h
index d97d075..b1af5a0 100644
--- a/libxfce4util/xfce-miscutils.h
+++ b/libxfce4util/xfce-miscutils.h
@@ -28,7 +28,7 @@
#include <glib.h>
-#include <libxfce4util/debug.h>
+#include <libxfce4util/xfce-debug.h>
G_BEGIN_DECLS
More information about the Xfce4-commits
mailing list