summaryrefslogtreecommitdiff
path: root/libmate-desktop/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-04-23 21:59:06 +0200
committerStefano Karapetsas <[email protected]>2014-04-23 21:59:06 +0200
commit018dc694f53f4d87337212cc46fd719ecbc6967e (patch)
treedd9e9b3dd1b3b4bdac80bf3a41c4ac30734b6df7 /libmate-desktop/Makefile.am
parentd5f84c22d8b1917ea29a90c44fe7154d5a549a5c (diff)
downloadmate-desktop-018dc694f53f4d87337212cc46fd719ecbc6967e.tar.bz2
mate-desktop-018dc694f53f4d87337212cc46fd719ecbc6967e.tar.xz
libmate-desktop: Add MateAboutDialog class
This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too.
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r--libmate-desktop/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am
index 98c9c00..b36047c 100644
--- a/libmate-desktop/Makefile.am
+++ b/libmate-desktop/Makefile.am
@@ -5,6 +5,7 @@ libmate_desktop_HEADERS = \
mate-desktop-item.h \
mate-dconf.h \
mate-gsettings.h \
+ mate-aboutdialog.h \
mate-bg.h \
mate-bg-crossfade.h \
mate-desktop-thumbnail.h \
@@ -34,6 +35,7 @@ libmate_desktop_2_la_SOURCES = \
mate-thumbnail-pixbuf-utils.c \
mate-dconf.c \
mate-gsettings.c \
+ mate-aboutdialog.c \
mate-bg.c \
mate-bg-crossfade.c \
display-name.c \