diff options
author | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:07:25 -0300 |
commit | d00aab12b6ace2c3dda3efbc2aaa2646d78a9099 (patch) | |
tree | 8b0ca776e9234f7eabf3446f12df9a81abd466d0 /libmate-desktop/libmateui/Makefile.am | |
download | mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.bz2 mate-desktop-d00aab12b6ace2c3dda3efbc2aaa2646d78a9099.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'libmate-desktop/libmateui/Makefile.am')
-rw-r--r-- | libmate-desktop/libmateui/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libmate-desktop/libmateui/Makefile.am b/libmate-desktop/libmateui/Makefile.am new file mode 100644 index 0000000..ca42525 --- /dev/null +++ b/libmate-desktop/libmateui/Makefile.am @@ -0,0 +1,10 @@ +libmateui_desktopdir = $(includedir)/mate-desktop-2.0/libmateui +libmateui_desktop_HEADERS = \ + mate-bg.h \ + mate-bg-crossfade.h \ + mate-desktop-thumbnail.h \ + mate-rr.h \ + mate-rr-config.h \ + mate-rr-labeler.h + +-include $(top_srcdir)/git.mk |