diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-09-14 10:21:07 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-09-14 10:21:07 +0000 |
commit | 0b625c60310de7016f90dbf80c9d02c1b14dc375 (patch) | |
tree | 7e9f477bc0f5bfc66f7c17c887c1cdf076b49529 | |
parent | b1490204442e4ebda035d18c529baed048b6b5f5 (diff) |
Add network service configuration file
-rw-r--r-- | network/Makefile.am | 2 | ||||
-rw-r--r-- | network/network.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/Makefile.am b/network/Makefile.am index 17869043..c8ca039e 100644 --- a/network/Makefile.am +++ b/network/Makefile.am @@ -23,6 +23,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @HAL_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = network.service network-api.txt test-network +EXTRA_DIST = network.service network.conf network-api.txt test-network MAINTAINERCLEANFILES = Makefile.in diff --git a/network/network.conf b/network/network.conf new file mode 100644 index 00000000..f3c93bad --- /dev/null +++ b/network/network.conf @@ -0,0 +1,2 @@ +# Configuration file for the network service + |