~ubuntu-branches/ubuntu/trusty/lightdm-gtk-greeter/trusty-updates

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2014-02-18 04:29:53 UTC
  • mfrom: (1.5.3)
  • mto: (1.2.14 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20140218042953-e8m44tywyir1j4e9
Tags: upstream-1.8.1
ImportĀ upstreamĀ versionĀ 1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        -DGREETER_DATA_DIR=\""$(datadir)/lightdm-gtk-greeter"\" \
16
16
        -DCONFIG_FILE=\""$(sysconfdir)/lightdm/lightdm-gtk-greeter.conf"\" \
17
17
        -DINDICATOR_DIR=\""$(INDICATORDIR)"\" \
 
18
        -DUNITY_INDICATOR_DIR=\""$(UNITY_INDICATORDIR)"\" \
18
19
        $(WARN_CFLAGS)
19
20
 
20
21
lightdm_gtk_greeter_CFLAGS = \
23
24
        $(GTHREAD_CFLAGS) \
24
25
        $(LIGHTDMGOBJECT_CFLAGS) \
25
26
        $(LIBX11_CFLAGS) \
26
 
        $(LIBINDICATOR_CFLAGS)
 
27
        $(LIBINDICATOR_CFLAGS) \
 
28
        $(LIBIDO_CFLAGS)
27
29
 
28
30
lightdm_gtk_greeter_LDADD = \
29
31
        $(GTK_LIBS) \
31
33
        $(GTHREAD_LIBS) \
32
34
        $(LIGHTDMGOBJECT_LIBS) \
33
35
        $(LIBX11_LIBS) \
34
 
        $(LIBINDICATOR_LIBS)
 
36
        $(LIBINDICATOR_LIBS) \
 
37
        $(LIBIDO_LIBS)
35
38
 
36
39
if MAINTAINER_MODE
37
40