diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-11 19:36:16 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-11 19:36:16 +0100 |
commit | 8a0f5f431f888410b5956a612cebabf713dc72ac (patch) | |
tree | 0eb1ee5fe51353a4fced2b4055a4cc8f162e7963 | |
parent | 848ec72fa81beb84054344444bf56928e98f4275 (diff) | |
download | mate-sensors-applet-8a0f5f431f888410b5956a612cebabf713dc72ac.tar.bz2 mate-sensors-applet-8a0f5f431f888410b5956a612cebabf713dc72ac.tar.xz |
Include autogen.sh in tarball
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index befb0c5..4068783 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,8 @@ CLEANFILES = $(applet_DATA) \ EXTRA_DIST = $(ui_DATA) \ $(applet_in_files).in \ $(service_in_files) \ - $(gsettings_SCHEMAS_in_in) + $(gsettings_SCHEMAS_in_in) \ + autogen.sh DISTCLEANFILES = intltool-extract \ intltool-merge \ |