diff options
author | monsta <[email protected]> | 2016-12-24 15:51:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-08-26 22:30:04 +0300 |
commit | 977ae7778f8ef610604f6ea4360f0041a62a26a8 (patch) | |
tree | be73bc68f2cabce0c4a5dd6077c7db2da1200b8b /mate-about/Makefile.am | |
parent | 76ba14c7c1d10952b0bf7037badbefc93bb643e5 (diff) | |
download | mate-desktop-977ae7778f8ef610604f6ea4360f0041a62a26a8.tar.bz2 mate-desktop-977ae7778f8ef610604f6ea4360f0041a62a26a8.tar.xz |
mate-about: switch to GtkAboutDialog
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index be825d8..51cbdb4 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) $(top_builddir)/libmate-desktop/libmate-desktop-2.la +mate_about_LDADD = $(MATE_ABOUT_LIBS) $(UNIQUE_LIBS) AM_CPPFLAGS = \ -I$(top_srcdir) \ |