diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-05-07 13:37:03 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-05-07 13:37:03 +0000 |
commit | c58379bde376cb2298fca14f83a86626f1b76f2f (patch) | |
tree | 976f81b6e3530f29187ce0c017da9c91e584af06 | |
parent | e2c8b4dac0fefea406db0ec1a3b1c0861557601e (diff) |
rename libavahi-core to avahi-core
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@57 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | avahi-core.pc.in (renamed from libavahi-core.pc.in) | 0 | ||||
-rw-r--r-- | avahi-core/Makefile.am (renamed from libavahi-core/Makefile.am) | 0 | ||||
-rw-r--r-- | avahi-core/address.c (renamed from libavahi-core/address.c) | 0 | ||||
-rw-r--r-- | avahi-core/address.h (renamed from libavahi-core/address.h) | 0 | ||||
-rw-r--r-- | avahi-core/announce.c (renamed from libavahi-core/announce.c) | 0 | ||||
-rw-r--r-- | avahi-core/announce.h (renamed from libavahi-core/announce.h) | 0 | ||||
-rw-r--r-- | avahi-core/avahi-test.c (renamed from libavahi-core/avahi-test.c) | 0 | ||||
-rw-r--r-- | avahi-core/avahi.h (renamed from libavahi-core/avahi.h) | 0 | ||||
-rw-r--r-- | avahi-core/cache.c (renamed from libavahi-core/cache.c) | 0 | ||||
-rw-r--r-- | avahi-core/cache.h (renamed from libavahi-core/cache.h) | 0 | ||||
-rw-r--r-- | avahi-core/dns-test.c (renamed from libavahi-core/dns-test.c) | 0 | ||||
-rw-r--r-- | avahi-core/dns.c (renamed from libavahi-core/dns.c) | 0 | ||||
-rw-r--r-- | avahi-core/dns.h (renamed from libavahi-core/dns.h) | 0 | ||||
-rw-r--r-- | avahi-core/domain-test.c (renamed from libavahi-core/domain-test.c) | 0 | ||||
-rw-r--r-- | avahi-core/iface.c (renamed from libavahi-core/iface.c) | 0 | ||||
-rw-r--r-- | avahi-core/iface.h (renamed from libavahi-core/iface.h) | 0 | ||||
-rw-r--r-- | avahi-core/llist.h (renamed from libavahi-core/llist.h) | 0 | ||||
-rw-r--r-- | avahi-core/netlink.c (renamed from libavahi-core/netlink.c) | 0 | ||||
-rw-r--r-- | avahi-core/netlink.h (renamed from libavahi-core/netlink.h) | 0 | ||||
-rw-r--r-- | avahi-core/prioq-test.c (renamed from libavahi-core/prioq-test.c) | 0 | ||||
-rw-r--r-- | avahi-core/prioq.c (renamed from libavahi-core/prioq.c) | 0 | ||||
-rw-r--r-- | avahi-core/prioq.h (renamed from libavahi-core/prioq.h) | 0 | ||||
-rw-r--r-- | avahi-core/psched.c (renamed from libavahi-core/psched.c) | 0 | ||||
-rw-r--r-- | avahi-core/psched.h (renamed from libavahi-core/psched.h) | 0 | ||||
-rw-r--r-- | avahi-core/rr.c (renamed from libavahi-core/rr.c) | 0 | ||||
-rw-r--r-- | avahi-core/rr.h (renamed from libavahi-core/rr.h) | 0 | ||||
-rw-r--r-- | avahi-core/server.c (renamed from libavahi-core/server.c) | 0 | ||||
-rw-r--r-- | avahi-core/server.h (renamed from libavahi-core/server.h) | 0 | ||||
-rw-r--r-- | avahi-core/socket.c (renamed from libavahi-core/socket.c) | 0 | ||||
-rw-r--r-- | avahi-core/socket.h (renamed from libavahi-core/socket.h) | 0 | ||||
-rw-r--r-- | avahi-core/strlst-test.c (renamed from libavahi-core/strlst-test.c) | 0 | ||||
-rw-r--r-- | avahi-core/strlst.c (renamed from libavahi-core/strlst.c) | 0 | ||||
-rw-r--r-- | avahi-core/strlst.h (renamed from libavahi-core/strlst.h) | 0 | ||||
-rw-r--r-- | avahi-core/subscribe.c (renamed from libavahi-core/subscribe.c) | 0 | ||||
-rw-r--r-- | avahi-core/subscribe.h (renamed from libavahi-core/subscribe.h) | 0 | ||||
-rw-r--r-- | avahi-core/timeeventq.c (renamed from libavahi-core/timeeventq.c) | 0 | ||||
-rw-r--r-- | avahi-core/timeeventq.h (renamed from libavahi-core/timeeventq.h) | 0 | ||||
-rw-r--r-- | avahi-core/util.c (renamed from libavahi-core/util.c) | 0 | ||||
-rw-r--r-- | avahi-core/util.h (renamed from libavahi-core/util.h) | 0 | ||||
-rw-r--r-- | configure.ac | 4 |
41 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 013cd47..72dd399 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,10 @@ # USA. EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4 -SUBDIRS = libavahi-core +SUBDIRS = avahi-core daemon pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libavahi-core.pc +pkgconfig_DATA = avahi-core.pc doxygen: $(MAKE) -C doxygen doxygen diff --git a/libavahi-core.pc.in b/avahi-core.pc.in index 60a59b3..60a59b3 100644 --- a/libavahi-core.pc.in +++ b/avahi-core.pc.in diff --git a/libavahi-core/Makefile.am b/avahi-core/Makefile.am index 31268e8..31268e8 100644 --- a/libavahi-core/Makefile.am +++ b/avahi-core/Makefile.am diff --git a/libavahi-core/address.c b/avahi-core/address.c index 34f8581..34f8581 100644 --- a/libavahi-core/address.c +++ b/avahi-core/address.c diff --git a/libavahi-core/address.h b/avahi-core/address.h index b88aba2..b88aba2 100644 --- a/libavahi-core/address.h +++ b/avahi-core/address.h diff --git a/libavahi-core/announce.c b/avahi-core/announce.c index dbad6c7..dbad6c7 100644 --- a/libavahi-core/announce.c +++ b/avahi-core/announce.c diff --git a/libavahi-core/announce.h b/avahi-core/announce.h index 71b2f03..71b2f03 100644 --- a/libavahi-core/announce.h +++ b/avahi-core/announce.h diff --git a/libavahi-core/avahi-test.c b/avahi-core/avahi-test.c index 1de97a0..1de97a0 100644 --- a/libavahi-core/avahi-test.c +++ b/avahi-core/avahi-test.c diff --git a/libavahi-core/avahi.h b/avahi-core/avahi.h index bbb7873..bbb7873 100644 --- a/libavahi-core/avahi.h +++ b/avahi-core/avahi.h diff --git a/libavahi-core/cache.c b/avahi-core/cache.c index 0307b8e..0307b8e 100644 --- a/libavahi-core/cache.c +++ b/avahi-core/cache.c diff --git a/libavahi-core/cache.h b/avahi-core/cache.h index d64b3ee..d64b3ee 100644 --- a/libavahi-core/cache.h +++ b/avahi-core/cache.h diff --git a/libavahi-core/dns-test.c b/avahi-core/dns-test.c index e0680c2..e0680c2 100644 --- a/libavahi-core/dns-test.c +++ b/avahi-core/dns-test.c diff --git a/libavahi-core/dns.c b/avahi-core/dns.c index cc1463a..cc1463a 100644 --- a/libavahi-core/dns.c +++ b/avahi-core/dns.c diff --git a/libavahi-core/dns.h b/avahi-core/dns.h index 61a9cb6..61a9cb6 100644 --- a/libavahi-core/dns.h +++ b/avahi-core/dns.h diff --git a/libavahi-core/domain-test.c b/avahi-core/domain-test.c index 7f6bd7b..7f6bd7b 100644 --- a/libavahi-core/domain-test.c +++ b/avahi-core/domain-test.c diff --git a/libavahi-core/iface.c b/avahi-core/iface.c index 13ffcef..13ffcef 100644 --- a/libavahi-core/iface.c +++ b/avahi-core/iface.c diff --git a/libavahi-core/iface.h b/avahi-core/iface.h index 74136aa..74136aa 100644 --- a/libavahi-core/iface.h +++ b/avahi-core/iface.h diff --git a/libavahi-core/llist.h b/avahi-core/llist.h index 7c28f31..7c28f31 100644 --- a/libavahi-core/llist.h +++ b/avahi-core/llist.h diff --git a/libavahi-core/netlink.c b/avahi-core/netlink.c index 92ed436..92ed436 100644 --- a/libavahi-core/netlink.c +++ b/avahi-core/netlink.c diff --git a/libavahi-core/netlink.h b/avahi-core/netlink.h index f6be54a..f6be54a 100644 --- a/libavahi-core/netlink.h +++ b/avahi-core/netlink.h diff --git a/libavahi-core/prioq-test.c b/avahi-core/prioq-test.c index 28c734b..28c734b 100644 --- a/libavahi-core/prioq-test.c +++ b/avahi-core/prioq-test.c diff --git a/libavahi-core/prioq.c b/avahi-core/prioq.c index 7e57ae5..7e57ae5 100644 --- a/libavahi-core/prioq.c +++ b/avahi-core/prioq.c diff --git a/libavahi-core/prioq.h b/avahi-core/prioq.h index 6651071..6651071 100644 --- a/libavahi-core/prioq.h +++ b/avahi-core/prioq.h diff --git a/libavahi-core/psched.c b/avahi-core/psched.c index 249e279..249e279 100644 --- a/libavahi-core/psched.c +++ b/avahi-core/psched.c diff --git a/libavahi-core/psched.h b/avahi-core/psched.h index 72f8ef0..72f8ef0 100644 --- a/libavahi-core/psched.h +++ b/avahi-core/psched.h diff --git a/libavahi-core/rr.c b/avahi-core/rr.c index cbc39a5..cbc39a5 100644 --- a/libavahi-core/rr.c +++ b/avahi-core/rr.c diff --git a/libavahi-core/rr.h b/avahi-core/rr.h index 2efb850..2efb850 100644 --- a/libavahi-core/rr.h +++ b/avahi-core/rr.h diff --git a/libavahi-core/server.c b/avahi-core/server.c index 033622d..033622d 100644 --- a/libavahi-core/server.c +++ b/avahi-core/server.c diff --git a/libavahi-core/server.h b/avahi-core/server.h index efe8ed9..efe8ed9 100644 --- a/libavahi-core/server.h +++ b/avahi-core/server.h diff --git a/libavahi-core/socket.c b/avahi-core/socket.c index e59c78a..e59c78a 100644 --- a/libavahi-core/socket.c +++ b/avahi-core/socket.c diff --git a/libavahi-core/socket.h b/avahi-core/socket.h index 4f6c5a3..4f6c5a3 100644 --- a/libavahi-core/socket.h +++ b/avahi-core/socket.h diff --git a/libavahi-core/strlst-test.c b/avahi-core/strlst-test.c index ebbf194..ebbf194 100644 --- a/libavahi-core/strlst-test.c +++ b/avahi-core/strlst-test.c diff --git a/libavahi-core/strlst.c b/avahi-core/strlst.c index ef9fa3e..ef9fa3e 100644 --- a/libavahi-core/strlst.c +++ b/avahi-core/strlst.c diff --git a/libavahi-core/strlst.h b/avahi-core/strlst.h index 42377c0..42377c0 100644 --- a/libavahi-core/strlst.h +++ b/avahi-core/strlst.h diff --git a/libavahi-core/subscribe.c b/avahi-core/subscribe.c index 00d3385..00d3385 100644 --- a/libavahi-core/subscribe.c +++ b/avahi-core/subscribe.c diff --git a/libavahi-core/subscribe.h b/avahi-core/subscribe.h index 307393e..307393e 100644 --- a/libavahi-core/subscribe.h +++ b/avahi-core/subscribe.h diff --git a/libavahi-core/timeeventq.c b/avahi-core/timeeventq.c index efce7b7..efce7b7 100644 --- a/libavahi-core/timeeventq.c +++ b/avahi-core/timeeventq.c diff --git a/libavahi-core/timeeventq.h b/avahi-core/timeeventq.h index 26ced90..26ced90 100644 --- a/libavahi-core/timeeventq.h +++ b/avahi-core/timeeventq.h diff --git a/libavahi-core/util.c b/avahi-core/util.c index fa97eec..fa97eec 100644 --- a/libavahi-core/util.c +++ b/avahi-core/util.c diff --git a/libavahi-core/util.h b/avahi-core/util.h index 1186cc2..1186cc2 100644 --- a/libavahi-core/util.h +++ b/avahi-core/util.h diff --git a/configure.ac b/configure.ac index 40373df..a6e0462 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([avahi],[0.1],[mzninuv (at) 0pointer (dot) de]) -AC_CONFIG_SRCDIR([libavahi-core]) +AC_CONFIG_SRCDIR([avahi-core]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -71,5 +71,5 @@ if test "x$GCC" = "xyes" ; then rm -f conftest.o fi -AC_CONFIG_FILES([Makefile libavahi-core.pc doxygen/Makefile doxygen/doxygen.conf libavahi-core/Makefile]) +AC_CONFIG_FILES([Makefile avahi-core.pc doxygen/Makefile doxygen/doxygen.conf avahi-core/Makefile daemon/Makefile]) AC_OUTPUT |