From 788c09b715178ec1f6fb1deafdf90baf9d991db5 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 24 Dec 2016 15:52:16 +0300 Subject: [PATCH 2/3] mate-about: remove remains of libunique references --- mate-about/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 51cbdb4..da3bbc7 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = mate-about mate_about_SOURCES = mate-about.c mate-about.h -mate_about_CFLAGS = $(MATE_ABOUT_CFLAGS) $(UNIQUE_CFLAGS) -mate_about_LDADD = $(MATE_ABOUT_LIBS) $(UNIQUE_LIBS) +mate_about_CFLAGS = $(MATE_ABOUT_CFLAGS) +mate_about_LDADD = $(MATE_ABOUT_LIBS) AM_CPPFLAGS = \ -I$(top_srcdir) \ -- 2.13.5