diff options
author | Stefano Karapetsas <[email protected]> | 2011-11-24 00:32:25 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-11-24 00:32:25 +0100 |
commit | 356792a900c939c57aabbf4616062097008e1789 (patch) | |
tree | e4aeb402bc13ca71e2cde2c928807ea584b9d310 /configure.ac | |
parent | 3a5ccc30b7c037c621b7c9dedc7f19527fa85823 (diff) | |
download | mate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.bz2 mate-sensors-applet-356792a900c939c57aabbf4616062097008e1789.tar.xz |
fixed automake
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9c78a0f..76c40db 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # if doing version bump - make sure you update sensors-applet-mateconf # version checking to add old version if no changes to config -AC_INIT([MATE Sensors Applet], [2.2.7], [[email protected]], -[sensors-applet]) +AC_INIT([MATE Sensors Applet], [2.2.7], [[email protected]], +[mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) AM_CONFIG_HEADER([sensors-applet/config.h]) |