~ubuntu-desktop/remote-login-service/ubuntu

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Ted Gould
  • Date: 2012-08-15 16:28:26 UTC
  • mfrom: (1.2.2)
  • Revision ID: ted@gould.cx-20120815162826-plnqmhxzs1w2b67l
* New upstream release.
  * Support calling the UCCS service tool
  * Tests to deal with JSON output

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
subdir = data
55
55
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
58
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
59
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
60
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/gcov.m4 \
 
57
am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \
61
58
        $(top_srcdir)/configure.ac
62
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
60
        $(ACLOCAL_M4)
208
205
SHELL = @SHELL@
209
206
SHTOOL = @SHTOOL@
210
207
STRIP = @STRIP@
 
208
TEST_CFLAGS = @TEST_CFLAGS@
 
209
TEST_LIBS = @TEST_LIBS@
211
210
USE_NLS = @USE_NLS@
212
211
VERSION = @VERSION@
213
212
XGETTEXT = @XGETTEXT@