~ubuntu-branches/ubuntu/vivid/indicator-application/vivid-proposed

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Ted Gould, Ken VanDine
  • Date: 2011-06-22 13:07:06 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622130706-0yungcdx6prnhj5v
Tags: 0.3.90-0ubuntu1
[ Ted Gould ]
* New upstream release.
  * GTK3 Port

[ Ken VanDine ]
* debian/control
  - Bumped standards version to 3.9.2
  - Add new binary for indicator-application-gtk2 
  - Make indicator-application recommend indicator-application-gtk2 (until 
    unity can load gtk3 indicators)
  - indicator-application-gtk2 replaces indicator-application << 0.2.90
  - Added build depends for libdbusmenu-gtk3-dev, libindicator3-dev 
    and libappindicator3-dev
* debian/rules
  - build for both gtk2 and gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = data
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
41
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
42
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
43
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
42
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
45
        $(ACLOCAL_M4)
44
46
mkinstalldirs = $(install_sh) -d
81
83
ACLOCAL = @ACLOCAL@
82
84
AMTAR = @AMTAR@
83
85
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
84
 
APP_INDICATOR_INCLUDE = @APP_INDICATOR_INCLUDE@
 
86
APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
 
87
APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
85
88
AR = @AR@
86
89
AUTOCONF = @AUTOCONF@
87
90
AUTOHEADER = @AUTOHEADER@
96
99
DBUSSERVICEDIR = @DBUSSERVICEDIR@
97
100
DEFS = @DEFS@
98
101
DEPDIR = @DEPDIR@
 
102
DLLTOOL = @DLLTOOL@
99
103
DSYMUTIL = @DSYMUTIL@
100
104
DUMPBIN = @DUMPBIN@
101
105
ECHO_C = @ECHO_C@
126
130
LTLIBOBJS = @LTLIBOBJS@
127
131
MAINT = @MAINT@
128
132
MAKEINFO = @MAKEINFO@
 
133
MANIFEST_TOOL = @MANIFEST_TOOL@
129
134
MKDIR_P = @MKDIR_P@
130
135
NM = @NM@
131
136
NMEDIT = @NMEDIT@
149
154
SET_MAKE = @SET_MAKE@
150
155
SHELL = @SHELL@
151
156
STRIP = @STRIP@
152
 
TEST_CFLAGS = @TEST_CFLAGS@
153
 
TEST_LIBS = @TEST_LIBS@
154
157
VERSION = @VERSION@
155
158
abs_builddir = @abs_builddir@
156
159
abs_srcdir = @abs_srcdir@
157
160
abs_top_builddir = @abs_top_builddir@
158
161
abs_top_srcdir = @abs_top_srcdir@
 
162
ac_ct_AR = @ac_ct_AR@
159
163
ac_ct_CC = @ac_ct_CC@
160
164
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
161
165
am__include = @am__include@
188
192
libexecdir = @libexecdir@
189
193
localedir = @localedir@
190
194
localstatedir = @localstatedir@
191
 
lt_ECHO = @lt_ECHO@
192
195
mandir = @mandir@
193
196
mkdir_p = @mkdir_p@
194
197
oldincludedir = @oldincludedir@