summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-11 21:25:56 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-11 21:25:56 +0000
commit92bca0240607e0544a0dc26fd87eb82cc4d24784 (patch)
tree14c529506b2a2a539e723e4213cc1a0d0a6a8d0d /client
parente14d364bb38716758e9dfeebd7f453d7be311743 (diff)
downloadcolord-gtk-92bca0240607e0544a0dc26fd87eb82cc4d24784.tar.gz
Actually install the cd-convert utility
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index becddff..f143dcb 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -12,13 +12,13 @@ INCLUDES = \
COLORD_GTK_LIBS = \
$(top_builddir)/libcolord-gtk/libcolord-gtk.la
-noinst_PROGRAMS = \
- colord-convert
+bin_PROGRAMS = \
+ cd-convert
-colord_convert_SOURCES = \
+cd_convert_SOURCES = \
cd-convert.c
-colord_convert_LDADD = \
+cd_convert_LDADD = \
$(LCMS_LIBS) \
$(COLORD_LIBS) \
$(COLORD_GTK_LIBS) \
@@ -26,7 +26,7 @@ colord_convert_LDADD = \
$(GLIB_LIBS) \
-lm
-colord_convert_CFLAGS = \
+cd_convert_CFLAGS = \
$(WARNINGFLAGS_C)
-include $(top_srcdir)/git.mk