diff options
author | Michal Ratajsky <[email protected]> | 2014-11-08 15:14:10 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-08 15:14:10 +0100 |
commit | 93332554c235c7de59c64d0733f791a3be9f1775 (patch) | |
tree | 98dcd2e71920dde5426eafbaa4c0e69e559b14d3 /Makefile.am | |
parent | d71e47bc5279e1af152c9e65f589020280306a7f (diff) | |
download | mate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.bz2 mate-media-93332554c235c7de59c64d0733f791a3be9f1775.tar.xz |
Move some files and directories to better locations
- mate-volume-control/data changed to /data
- mate-volume-control/src/* moved to mate-volume-control
- sound-theme/sounds changed to /data/sounds
- sound-theme/*.{c,h} moved to mate-volume-control
- Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b0a677f..ccfd2dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ NULL = -SUBDIRS = po man sound-theme mate-volume-control +SUBDIRS = data po man mate-volume-control DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ @@ -9,10 +9,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ --enable-deprecated DIST_SUBDIRS = \ + data \ po \ man \ mate-volume-control \ - sound-theme \ $(NULL) EXTRA_DIST = \ |