~ubuntu-branches/ubuntu/feisty/xfce-mcs-plugins/feisty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-04-11 17:40:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174035-4y90hf4358m65r1k
Tags: 4.3.0svn+r20838-0ubuntu1
Upstream svn snapshot (merge keyboard and shortcut plugins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $Id: configure.ac 19613 2006-01-25 21:46:49Z olivier $
 
1
dnl $Id: configure.ac 20764 2006-04-05 21:31:28Z benny $
2
2
dnl
3
3
dnl Copyright (c) 2002-2005
4
4
dnl         The Xfce development team. All rights reserved.
29
29
Portions based on gnome capplets by Jonathan Blandford <jrb@gnome.org>.])
30
30
AC_INIT([xfce-mcs-plugins], [xfce_mcs_plugins_version], [xfce4-dev@xfce.org])
31
31
AC_PREREQ([2.50])
32
 
AC_REVISION([$Id: configure.ac 19613 2006-01-25 21:46:49Z olivier $])
 
32
AC_REVISION([$Id: configure.ac 20764 2006-04-05 21:31:28Z benny $])
33
33
AC_PROG_MAKE_SET()
34
34
 
35
35
dnl Initialize automake
232
232
plugins/keyboard_plugin/Makefile
233
233
plugins/mouse_plugin/Makefile
234
234
plugins/screensaver_plugin/Makefile
235
 
plugins/shortcuts_plugin/Makefile
236
235
plugins/ui_plugin/Makefile
237
236
xfce-mcs-plugins.spec
238
237
])