diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
commit | b9c880c58aba32356ee1a4f1e5f45defd5dfb895 (patch) | |
tree | 981fb56120699ac2eb41d47937116e6b1f9998c2 /Makefile.am | |
parent | 7a578190a730ddef00cfe770aa67608eb07213b5 (diff) | |
download | mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.bz2 mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.xz |
update notification_area
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index db8051e9..4c5fb614 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,13 +5,10 @@ SUBDIRS = \ doc \ help \ icons \ + data \ man \ po -if HAVE_MATECOMPONENT -SUBDIRS += matecomponent -endif - ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --disable-scrollkeeper |