~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to applet/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (2.2.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-dnnoqasv5v3mv42a
Tags: upstream-2.91.5
ImportĀ upstreamĀ versionĀ 2.91.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include Makefile-lib.am
1
2
 
2
3
bin_PROGRAMS = bluetooth-applet
3
4
 
4
5
bluetooth_applet_SOURCES = main.c notify.h notify.c agent.h agent.c
5
6
 
6
 
bluetooth_applet_LDADD = $(top_builddir)/lib/libcommon.la $(top_builddir)/lib/libgnome-bluetooth.la $(APPLET_LIBS)
 
7
bluetooth_applet_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
7
8
 
8
9
noinst_PROGRAMS = test-agentdialog test-icon
9
10
 
10
11
test_agentdialog_SOURCES = test-agentdialog.c notify.h notify.c
11
 
test_agentdialog_LDADD = $(top_builddir)/lib/libcommon.la $(APPLET_LIBS)
 
12
test_agentdialog_LDADD = $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
12
13
 
13
14
test_icon_SOURCES = test-icon.c notify.h notify.c
14
 
test_icon_LDADD = $(top_builddir)/lib/libcommon.la $(APPLET_LIBS)
 
15
test_icon_LDADD = $(APPLET_LIBS)
15
16
 
16
 
AM_CFLAGS = $(APPLET_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\""
 
17
AM_CFLAGS += $(APPLET_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\""
17
18
 
18
19
INCLUDES = -I$(top_srcdir)/lib
19
20
 
31
32
 
32
33
@INTLTOOL_DESKTOP_RULE@
33
34
 
34
 
CLEANFILES = $(autostart_DATA)
 
35
CLEANFILES += $(autostart_DATA)
35
36
 
36
 
EXTRA_DIST = $(man_MANS) $(autostart_in_in_files) $(ui_DATA)
 
37
EXTRA_DIST += $(man_MANS) $(autostart_in_in_files) $(ui_DATA)
37
38
 
38
39
MAINTAINERCLEANFILES = Makefile.in