~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Francis Ginther
  • Date: 2012-08-22 18:35:11 UTC
  • mfrom: (20.2.19 upstream)
  • Revision ID: francis.ginther@canonical.com-20120822183511-yxwny2hixhyu2z42
* New upstream microrelease, bug fixes only
  - Rename project to simply 'grail' (LP: #1040218)
* Updated debian/watch file for project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        check_grail-check-grail.$(OBJEXT)
54
54
check_grail_OBJECTS = $(am_check_grail_OBJECTS)
55
55
am__DEPENDENCIES_1 =
56
 
check_grail_DEPENDENCIES =  \
57
 
        $(top_builddir)/src/.libs/libutouch-grail.a \
 
56
check_grail_DEPENDENCIES = $(top_builddir)/src/.libs/libgrail.a \
58
57
        $(am__DEPENDENCIES_1)
59
58
check_grail_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
60
59
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_grail_CFLAGS) \
226
225
# internal symbols.
227
226
#
228
227
check_grail_LDADD = \
229
 
        $(top_builddir)/src/.libs/libutouch-grail.a \
 
228
        $(top_builddir)/src/.libs/libgrail.a \
230
229
        $(CHECK_LIBS) \
231
 
        -lutouch-frame -lutouch-evemu -lmtdev -lm
 
230
        -lframe -levemu -lmtdev -lm
232
231
 
233
232
all: all-am
234
233