summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-22 11:02:28 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-22 11:02:28 +0100
commit49e7d6f2b8c0d71c8a683534d61a79c80a6c651d (patch)
treeadda1f2e19f6ad943de17f94876474710f61f816
parente30e7c694c9a9ab5cc2fa87f0afb758b0cc732a5 (diff)
downloadcolord-49e7d6f2b8c0d71c8a683534d61a79c80a6c651d.tar.gz
trivial: Use the correct per-project conditional prefix
-rw-r--r--lib/colorhug/Makefile.am2
-rw-r--r--lib/colorhug/ch-common.h2
-rw-r--r--lib/colorhug/ch-device-queue.h2
-rw-r--r--lib/colorhug/ch-device.h2
-rw-r--r--lib/colorhug/ch-hash.h2
-rw-r--r--lib/colorhug/ch-inhx32.h2
-rw-r--r--lib/colorhug/ch-math.h2
-rw-r--r--lib/colorhug/ch-version.h.in2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/colorhug/Makefile.am b/lib/colorhug/Makefile.am
index 71fb66f..7f8a766 100644
--- a/lib/colorhug/Makefile.am
+++ b/lib/colorhug/Makefile.am
@@ -19,7 +19,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/lib \
-I. \
-DCD_COMPILATION \
- -DCH_COMPILATION \
+ -DCD_COMPILATION \
-DG_USB_API_IS_SUBJECT_TO_CHANGE \
-DG_LOG_DOMAIN=\"Ch\" \
-DTOP_SRCDIR=\""$(top_srcdir)"\" \
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 37df27a..afc628b 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-device-queue.h b/lib/colorhug/ch-device-queue.h
index 3436767..0e75b60 100644
--- a/lib/colorhug/ch-device-queue.h
+++ b/lib/colorhug/ch-device-queue.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-device.h b/lib/colorhug/ch-device.h
index 3af81b6..66103a4 100644
--- a/lib/colorhug/ch-device.h
+++ b/lib/colorhug/ch-device.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-hash.h b/lib/colorhug/ch-hash.h
index f4a19cc..2019d77 100644
--- a/lib/colorhug/ch-hash.h
+++ b/lib/colorhug/ch-hash.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-inhx32.h b/lib/colorhug/ch-inhx32.h
index c8d674a..e6a8d8a 100644
--- a/lib/colorhug/ch-inhx32.h
+++ b/lib/colorhug/ch-inhx32.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-math.h b/lib/colorhug/ch-math.h
index ac5105c..0de70ba 100644
--- a/lib/colorhug/ch-math.h
+++ b/lib/colorhug/ch-math.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif
diff --git a/lib/colorhug/ch-version.h.in b/lib/colorhug/ch-version.h.in
index 6c97276..1acf6a3 100644
--- a/lib/colorhug/ch-version.h.in
+++ b/lib/colorhug/ch-version.h.in
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if !defined (__COLORHUG_H_INSIDE__) && !defined (CH_COMPILATION)
+#if !defined (__COLORHUG_H_INSIDE__) && !defined (CD_COMPILATION)
#error "Only <colorhug.h> can be included directly."
#endif