diff options
author | monsta <[email protected]> | 2016-12-24 15:52:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-08-26 22:30:04 +0300 |
commit | cd799b7bb01f521ee22b4ab8082a39867a3a229a (patch) | |
tree | 488eaccbbf4c741e7ab10c881e6708ab93fd2113 | |
parent | 977ae7778f8ef610604f6ea4360f0041a62a26a8 (diff) | |
download | mate-desktop-cd799b7bb01f521ee22b4ab8082a39867a3a229a.tar.bz2 mate-desktop-cd799b7bb01f521ee22b4ab8082a39867a3a229a.tar.xz |
mate-about: remove remains of libunique references
-rw-r--r-- | mate-about/Makefile.am | 4 |
1 files 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) \ |