diff options
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 |