From 93bb30c682bdc984b9acced58e9a1268eefade15 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 11 Jun 2021 01:37:27 +0200 Subject: Add helper for handling colored terminal output --- src/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2856eab..67986cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,10 +8,12 @@ lib_LTLIBRARIES = libimobiledevice-glue-1.0.la libimobiledevice_glue_1_0_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_GLUE_SO_VERSION) -no-undefined libimobiledevice_glue_1_0_la_LIBADD = libimobiledevice_glue_1_0_la_SOURCES = \ - socket.c \ - thread.c \ - utils.c \ - collection.c \ + glue.c \ + socket.c \ + thread.c \ + utils.c \ + collection.c \ + termcolors.c \ common.h if WIN32 -- cgit v1.1-32-gdbae