~indicator-network-developers/connman/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Marcel Holtmann
  • Date: 2007-12-22 19:49:15 UTC
  • Revision ID: git-v1:e8f7754e312aeac4aaca74d304ed6e36ed2f6a0d
Add skeleton for daemon and D-Bus registration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
dbusdir = $(sysconfdir)/dbus-1/system.d
 
3
 
 
4
dbus_DATA = connman.conf
 
5
 
 
6
sbin_PROGRAMS = connmand
 
7
 
 
8
connmand_SOURCES = main.c connman.h
 
9
 
 
10
connmand_LDADD = @GDBUS_LIBS@
 
11
 
 
12
AM_CFLAGS = @GDBUS_CFLAGS@
 
13
 
 
14
EXTRA_DIST = $(dbus_DATA)
 
15
 
 
16
MAINTAINERCLEANFILES = Makefile.in