~ubuntu-branches/ubuntu/maverick/lxpanel/maverick

« back to all changes in this revision

Viewing changes to src/plugins/cpufreq/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-07-23 21:48:25 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723214825-m19pcniwxqqmv1k4
Tags: 0.5.6-0ubuntu1
* New upstream release.
* debian/copyright:
 - Update copyright for xkb plugin.
* debian/patches:
 - sort_dirmenu.patch: disable, merged upstream.
 - kbled.patch: disable, merged upstream.
 - panel_draw_label_text.patch: disable, merged upstream.
 - libtool-fix.patch: disable, merged upstream.
 - g_locale_to_utf8.patch: disable, merged upstream.
 - 99-autotools.patch: refresh.
 - redefine-alarm-variable.patch: Use upstream fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(top_srcdir)/configure.ac
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(install_sh) -d
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
CONFIG_CLEAN_VPATH_FILES =
97
97
ALL_LINGUAS = @ALL_LINGUAS@
98
98
ALL_PLUGINS_LIST = @ALL_PLUGINS_LIST@
99
99
AMTAR = @AMTAR@
 
100
APPLET_CFLAGS = @APPLET_CFLAGS@
 
101
APPLET_LIBS = @APPLET_LIBS@
100
102
AR = @AR@
101
103
AUTOCONF = @AUTOCONF@
102
104
AUTOHEADER = @AUTOHEADER@
126
128
GMSGFMT = @GMSGFMT@
127
129
GREP = @GREP@
128
130
G_CAST_CHECKS = @G_CAST_CHECKS@
 
131
INDICATORDIR = @INDICATORDIR@
 
132
INDICATORICONSDIR = @INDICATORICONSDIR@
129
133
INSTALL = @INSTALL@
130
134
INSTALL_DATA = @INSTALL_DATA@
131
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@