~ubuntu-branches/ubuntu/intrepid/kdebluetooth/intrepid-proposed

« back to all changes in this revision

Viewing changes to kdebluetooth/kbluemon/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-08-07 09:49:47 UTC
  • mto: This revision was merged to the branch mainline in revision 56.
  • Revision ID: james.westby@ubuntu.com-20080807094947-pj6q3uxwuv7l844q
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
METASOURCES = AUTO
2
 
 
3
 
# Code 
4
 
bin_PROGRAMS = kbluemon
5
 
 
6
 
kbluemon_SOURCES = main.cpp monitor.cpp mondialog.ui
7
 
kbluemon_LDFLAGS = $(KDE_RPATH) $(DBUS_LIBS) -ldbus-qt-1 $(all_libraries)
8
 
kbluemon_LDADD = ../libkbluetooth/libkbluetooth.la $(LIB_KIO) $(LIB_KDEUI)
9
 
 
10
 
# this is where the desktop file will go
11
 
#shelldesktopdir = $(kde_appsdir)/System
12
 
#shelldesktop_DATA = kbluemon.desktop
13
 
xdg_apps_DATA = kbluemon.desktop
14
 
 
15
 
 
16
 
#EXTRA_DIST = $(kbluemon_SOURCES)\
17
 
#             $(kde_servicetypes_DATA) \
18
 
#            eventsrc 
19
 
 
20
 
#install-data-local:
21
 
#       $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kbluemon
22
 
#       $(INSTALL_DATA) $(srcdir)/eventsrc $(DESTDIR)$(kde_datadir)/kbluemon/eventsrc
23
 
 
24
 
# set the include path for X, qt and KDE
25
 
INCLUDES = -I$(top_srcdir)/kdebluetooth -I$(top_srcdir)/kdebluetooth/libkbluetooth/ -I$(top_srcdir) -I$(top_srcdir)/libkbluemon/ $(all_includes) $(DBUS_CFLAGS)
26
 
 
27
 
noinst_HEADERS = monitor.h remotedevice.h
28
 
EXTRA_DIST = monitor.h remotedevice.h
29