~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-07-19 00:21:48 UTC
  • Revision ID: robert.ancell@canonical.com-20110719002148-k89d1xpvnnrks0xm
Both libraries are now version 1 and have API and ABI guarantees

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        $(XCB_CFLAGS)
34
34
test_gobject_greeter_LDADD = \
35
35
        -L$(top_builddir)/liblightdm-gobject \
36
 
        -llightdm-gobject-0 \
 
36
        -llightdm-gobject-1 \
37
37
        $(GLIB_LIBS) \
38
38
        $(GOBJECT_LIBS) \
39
39
        $(XCB_LIBS)