diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-23 22:02:11 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-23 22:02:11 +0200 |
commit | 3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9 (patch) | |
tree | 4dad59c4dbc9dc61b356d19b629dc875619bcd46 /mate-about/Makefile.am | |
parent | 018dc694f53f4d87337212cc46fd719ecbc6967e (diff) | |
download | mate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.bz2 mate-desktop-3e894dbd0538d1433a0a3be22c7a0388ad9fb8d9.tar.xz |
mate-about: Use MateAboutDialog
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 51cbdb4..be825d8 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_LDADD = $(MATE_ABOUT_LIBS) $(UNIQUE_LIBS) $(top_builddir)/libmate-desktop/libmate-desktop-2.la AM_CPPFLAGS = \ -I$(top_srcdir) \ |