diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-12 15:41:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-12 15:41:41 +0100 |
commit | 762dd31acc761e33f05d27857a7b5f2b23f6d917 (patch) | |
tree | 3a91cd3f6213a8b8e5b19a73174800b1b03f6b7b /libslab/Makefile.am | |
parent | 443a918bd4735e674bdec300f6b8eabe8cda24e0 (diff) | |
download | mate-control-center-762dd31acc761e33f05d27857a7b5f2b23f6d917.tar.bz2 mate-control-center-762dd31acc761e33f05d27857a7b5f2b23f6d917.tar.xz |
re-add previously deleted files into libslab
they are dependencies of gnome-main-menu
they are migrated to gsettings
Diffstat (limited to 'libslab/Makefile.am')
-rw-r--r-- | libslab/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libslab/Makefile.am b/libslab/Makefile.am index f9c844fd..00ec6fb0 100644 --- a/libslab/Makefile.am +++ b/libslab/Makefile.am @@ -12,6 +12,8 @@ HEADER_FILES= \ app-shell.h \ application-tile.h \ bookmark-agent.h \ + directory-tile.h \ + document-tile.h \ double-click-detector.h \ mate-utils.h \ libslab-utils.h \ @@ -34,6 +36,8 @@ libslab_la_SOURCES = \ app-shell.c \ application-tile.c \ bookmark-agent.c \ + directory-tile.c \ + document-tile.c \ double-click-detector.c \ mate-utils.c \ libslab-utils.c \ |