diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-04 05:57:18 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-04 05:57:18 +0200 |
commit | 69fc4a3d92bbbf5940769d877650e45a9c2b913b (patch) | |
tree | 19e6d6d514fbd8c3a8d4ad7b199d7f235c9ef13c /configure.ac | |
parent | 838d4366a4c5e159ef7cde4caef4d908730df3a7 (diff) | |
download | ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.tar.gz ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.tar.bz2 ayatana-indicator-sound-69fc4a3d92bbbf5940769d877650e45a9c2b913b.zip |
Remove sound-service-marshal (not needed anymore)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ee5ff2b..8fdebb8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,6 @@ AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) -AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) - ########################### # Dependencies ########################### @@ -75,7 +73,6 @@ AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all ########################### GLIB_GSETTINGS -GLIB_GENMARSHAL ########################### # DBus Service Info |