diff options
author | Ted Gould <ted@gould.cx> | 2011-06-21 10:40:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-21 10:40:16 -0500 |
commit | 950a4a3e90d479988b97c06d4dc17c25e9d54c93 (patch) | |
tree | d4739f46309e740c0d85d18d9213a0171e16e0f8 /data/Makefile.in | |
parent | e96275dc28bf7592c626eda8b13eab2d940f2f3f (diff) | |
parent | 026af1ce978c413338d2b7cfecbf58d285d9f89a (diff) | |
download | ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.tar.gz ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.tar.bz2 ayatana-indicator-session-950a4a3e90d479988b97c06d4dc17c25e9d54c93.zip |
* New upstream release.
* GTK3 support
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 7981830..95db4df 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -37,7 +37,10 @@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -140,6 +143,7 @@ DATADIRNAME = @DATADIRNAME@ DBUSSERVICEDIR = @DBUSSERVICEDIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -183,6 +187,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -225,6 +230,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -257,7 +263,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -273,7 +278,10 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = icons +SUBDIRS = \ + icons \ + extra-sessions + dbus_servicesdir = $(DBUSSERVICEDIR) service_in_files = indicator-session.service.in dbus_services_DATA = $(service_in_files:.service.in=.service) |