diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
commit | 4ee2559eaaf2a94ac26c265517e9604a72729360 (patch) | |
tree | f24e3e3294c2b75819755289e592bf2e28e668c4 /mate-volume-control/Makefile.am | |
download | mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.bz2 mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.xz |
moved from Mate-Extra
Diffstat (limited to 'mate-volume-control/Makefile.am')
-rw-r--r-- | mate-volume-control/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mate-volume-control/Makefile.am b/mate-volume-control/Makefile.am new file mode 100644 index 0000000..0c3fa4c --- /dev/null +++ b/mate-volume-control/Makefile.am @@ -0,0 +1,16 @@ +NULL = + +SUBDIRS = \ + data \ + src \ + $(NULL) + +EXTRA_DIST = \ + ChangeLog.pre-2-26 \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + $(NULL) + +-include $(top_srcdir)/git.mk |