~ubuntu-branches/ubuntu/precise/gnome-bluetooth/precise-updates

« back to all changes in this revision

Viewing changes to applet/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-05 13:34:38 UTC
  • mto: (2.2.1 experimental) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090805133438-791u4ywsppj71d9y
Tags: upstream-2.27.8
ImportĀ upstreamĀ versionĀ 2.27.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bluetooth_applet_SOURCES = main.c notify.h notify.c agent.h agent.c
5
5
 
6
 
bluetooth_applet_LDADD = $(top_builddir)/common/libcommon.la $(top_builddir)/common/libgnome-bluetooth.la $(APPLET_LIBS)
 
6
bluetooth_applet_LDADD = $(top_builddir)/lib/libcommon.la $(top_builddir)/lib/libgnome-bluetooth.la $(APPLET_LIBS)
7
7
 
8
8
noinst_PROGRAMS = test-agentdialog
9
9
 
10
10
test_agentdialog_SOURCES = test-agentdialog.c notify.h notify.c
11
11
 
12
 
test_agentdialog_LDADD = $(top_builddir)/common/libcommon.la $(APPLET_LIBS)
 
12
test_agentdialog_LDADD = $(top_builddir)/lib/libcommon.la $(APPLET_LIBS)
13
13
 
14
14
AM_CFLAGS = $(APPLET_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\""
15
15
 
16
 
INCLUDES = -I$(top_srcdir)/common
 
16
INCLUDES = -I$(top_srcdir)/lib
17
17
 
18
18
man_MANS = bluetooth-applet.1
19
19
 
20
 
ui_DATA = popup-menu.ui
 
20
ui_DATA = popup-menu.ui authorisation-dialogue.ui confirm-dialogue.ui passkey-dialogue.ui
21
21
uidir = $(pkgdatadir)
22
22
 
23
23
autostartdir = $(sysconfdir)/xdg/autostart