diff options
author | Michal Ratajsky <[email protected]> | 2014-11-10 10:22:29 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-10 10:22:29 +0100 |
commit | b70459bd7ab6cbf64892fbaea6a931a80f0cc132 (patch) | |
tree | 488768eb7c736d014f29e08e7191323e2fcfa93a /mate-volume-control/data/Makefile.am | |
parent | cf4eac60cdc4d02fdeccb3b85d524eda8a5f320e (diff) | |
parent | 194e26e0be4660dae0987445c0edcfa8349fde51 (diff) | |
download | mate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.bz2 mate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.xz |
Merge branch 'michal-wip'
Diffstat (limited to 'mate-volume-control/data/Makefile.am')
-rw-r--r-- | mate-volume-control/data/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mate-volume-control/data/Makefile.am b/mate-volume-control/data/Makefile.am deleted file mode 100644 index c580a45..0000000 --- a/mate-volume-control/data/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -NULL = - -SUBDIRS = \ - icons \ - $(NULL) - -@INTLTOOL_DESKTOP_RULE@ -autostartdir = $(sysconfdir)/xdg/autostart -autostart_in_files = mate-volume-control-applet.desktop.in -autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) - -appsdir = $(datadir)/applications -apps_in_files = mate-volume-control.desktop.in -apps_DATA = $(apps_in_files:.desktop.in=.desktop) - -EXTRA_DIST = \ - $(autostart_in_files) \ - mate-volume-control.desktop.in.in \ - $(NULL) - -CLEANFILES = \ - mate-volume-control.desktop \ - $(NULL) - -DISTCLEANFILES = \ - mate-volume-control-applet.desktop \ - $(NULL) - --include $(top_srcdir)/git.mk |