From c58379bde376cb2298fca14f83a86626f1b76f2f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 7 May 2005 13:37:03 +0000 Subject: [PATCH] rename libavahi-core to avahi-core git-svn-id: file:///home/lennart/svn/public/avahi/trunk@57 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- Makefile.am | 4 ++-- libavahi-core.pc.in => avahi-core.pc.in | 0 {libavahi-core => avahi-core}/Makefile.am | 0 {libavahi-core => avahi-core}/address.c | 0 {libavahi-core => avahi-core}/address.h | 0 {libavahi-core => avahi-core}/announce.c | 0 {libavahi-core => avahi-core}/announce.h | 0 {libavahi-core => avahi-core}/avahi-test.c | 0 {libavahi-core => avahi-core}/avahi.h | 0 {libavahi-core => avahi-core}/cache.c | 0 {libavahi-core => avahi-core}/cache.h | 0 {libavahi-core => avahi-core}/dns-test.c | 0 {libavahi-core => avahi-core}/dns.c | 0 {libavahi-core => avahi-core}/dns.h | 0 {libavahi-core => avahi-core}/domain-test.c | 0 {libavahi-core => avahi-core}/iface.c | 0 {libavahi-core => avahi-core}/iface.h | 0 {libavahi-core => avahi-core}/llist.h | 0 {libavahi-core => avahi-core}/netlink.c | 0 {libavahi-core => avahi-core}/netlink.h | 0 {libavahi-core => avahi-core}/prioq-test.c | 0 {libavahi-core => avahi-core}/prioq.c | 0 {libavahi-core => avahi-core}/prioq.h | 0 {libavahi-core => avahi-core}/psched.c | 0 {libavahi-core => avahi-core}/psched.h | 0 {libavahi-core => avahi-core}/rr.c | 0 {libavahi-core => avahi-core}/rr.h | 0 {libavahi-core => avahi-core}/server.c | 0 {libavahi-core => avahi-core}/server.h | 0 {libavahi-core => avahi-core}/socket.c | 0 {libavahi-core => avahi-core}/socket.h | 0 {libavahi-core => avahi-core}/strlst-test.c | 0 {libavahi-core => avahi-core}/strlst.c | 0 {libavahi-core => avahi-core}/strlst.h | 0 {libavahi-core => avahi-core}/subscribe.c | 0 {libavahi-core => avahi-core}/subscribe.h | 0 {libavahi-core => avahi-core}/timeeventq.c | 0 {libavahi-core => avahi-core}/timeeventq.h | 0 {libavahi-core => avahi-core}/util.c | 0 {libavahi-core => avahi-core}/util.h | 0 configure.ac | 4 ++-- 41 files changed, 4 insertions(+), 4 deletions(-) rename libavahi-core.pc.in => avahi-core.pc.in (100%) rename {libavahi-core => avahi-core}/Makefile.am (100%) rename {libavahi-core => avahi-core}/address.c (100%) rename {libavahi-core => avahi-core}/address.h (100%) rename {libavahi-core => avahi-core}/announce.c (100%) rename {libavahi-core => avahi-core}/announce.h (100%) rename {libavahi-core => avahi-core}/avahi-test.c (100%) rename {libavahi-core => avahi-core}/avahi.h (100%) rename {libavahi-core => avahi-core}/cache.c (100%) rename {libavahi-core => avahi-core}/cache.h (100%) rename {libavahi-core => avahi-core}/dns-test.c (100%) rename {libavahi-core => avahi-core}/dns.c (100%) rename {libavahi-core => avahi-core}/dns.h (100%) rename {libavahi-core => avahi-core}/domain-test.c (100%) rename {libavahi-core => avahi-core}/iface.c (100%) rename {libavahi-core => avahi-core}/iface.h (100%) rename {libavahi-core => avahi-core}/llist.h (100%) rename {libavahi-core => avahi-core}/netlink.c (100%) rename {libavahi-core => avahi-core}/netlink.h (100%) rename {libavahi-core => avahi-core}/prioq-test.c (100%) rename {libavahi-core => avahi-core}/prioq.c (100%) rename {libavahi-core => avahi-core}/prioq.h (100%) rename {libavahi-core => avahi-core}/psched.c (100%) rename {libavahi-core => avahi-core}/psched.h (100%) rename {libavahi-core => avahi-core}/rr.c (100%) rename {libavahi-core => avahi-core}/rr.h (100%) rename {libavahi-core => avahi-core}/server.c (100%) rename {libavahi-core => avahi-core}/server.h (100%) rename {libavahi-core => avahi-core}/socket.c (100%) rename {libavahi-core => avahi-core}/socket.h (100%) rename {libavahi-core => avahi-core}/strlst-test.c (100%) rename {libavahi-core => avahi-core}/strlst.c (100%) rename {libavahi-core => avahi-core}/strlst.h (100%) rename {libavahi-core => avahi-core}/subscribe.c (100%) rename {libavahi-core => avahi-core}/subscribe.h (100%) rename {libavahi-core => avahi-core}/timeeventq.c (100%) rename {libavahi-core => avahi-core}/timeeventq.h (100%) rename {libavahi-core => avahi-core}/util.c (100%) rename {libavahi-core => avahi-core}/util.h (100%) 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 similarity index 100% rename from libavahi-core.pc.in rename to avahi-core.pc.in diff --git a/libavahi-core/Makefile.am b/avahi-core/Makefile.am similarity index 100% rename from libavahi-core/Makefile.am rename to avahi-core/Makefile.am diff --git a/libavahi-core/address.c b/avahi-core/address.c similarity index 100% rename from libavahi-core/address.c rename to avahi-core/address.c diff --git a/libavahi-core/address.h b/avahi-core/address.h similarity index 100% rename from libavahi-core/address.h rename to avahi-core/address.h diff --git a/libavahi-core/announce.c b/avahi-core/announce.c similarity index 100% rename from libavahi-core/announce.c rename to avahi-core/announce.c diff --git a/libavahi-core/announce.h b/avahi-core/announce.h similarity index 100% rename from libavahi-core/announce.h rename to avahi-core/announce.h diff --git a/libavahi-core/avahi-test.c b/avahi-core/avahi-test.c similarity index 100% rename from libavahi-core/avahi-test.c rename to avahi-core/avahi-test.c diff --git a/libavahi-core/avahi.h b/avahi-core/avahi.h similarity index 100% rename from libavahi-core/avahi.h rename to avahi-core/avahi.h diff --git a/libavahi-core/cache.c b/avahi-core/cache.c similarity index 100% rename from libavahi-core/cache.c rename to avahi-core/cache.c diff --git a/libavahi-core/cache.h b/avahi-core/cache.h similarity index 100% rename from libavahi-core/cache.h rename to avahi-core/cache.h diff --git a/libavahi-core/dns-test.c b/avahi-core/dns-test.c similarity index 100% rename from libavahi-core/dns-test.c rename to avahi-core/dns-test.c diff --git a/libavahi-core/dns.c b/avahi-core/dns.c similarity index 100% rename from libavahi-core/dns.c rename to avahi-core/dns.c diff --git a/libavahi-core/dns.h b/avahi-core/dns.h similarity index 100% rename from libavahi-core/dns.h rename to avahi-core/dns.h diff --git a/libavahi-core/domain-test.c b/avahi-core/domain-test.c similarity index 100% rename from libavahi-core/domain-test.c rename to avahi-core/domain-test.c diff --git a/libavahi-core/iface.c b/avahi-core/iface.c similarity index 100% rename from libavahi-core/iface.c rename to avahi-core/iface.c diff --git a/libavahi-core/iface.h b/avahi-core/iface.h similarity index 100% rename from libavahi-core/iface.h rename to avahi-core/iface.h diff --git a/libavahi-core/llist.h b/avahi-core/llist.h similarity index 100% rename from libavahi-core/llist.h rename to avahi-core/llist.h diff --git a/libavahi-core/netlink.c b/avahi-core/netlink.c similarity index 100% rename from libavahi-core/netlink.c rename to avahi-core/netlink.c diff --git a/libavahi-core/netlink.h b/avahi-core/netlink.h similarity index 100% rename from libavahi-core/netlink.h rename to avahi-core/netlink.h diff --git a/libavahi-core/prioq-test.c b/avahi-core/prioq-test.c similarity index 100% rename from libavahi-core/prioq-test.c rename to avahi-core/prioq-test.c diff --git a/libavahi-core/prioq.c b/avahi-core/prioq.c similarity index 100% rename from libavahi-core/prioq.c rename to avahi-core/prioq.c diff --git a/libavahi-core/prioq.h b/avahi-core/prioq.h similarity index 100% rename from libavahi-core/prioq.h rename to avahi-core/prioq.h diff --git a/libavahi-core/psched.c b/avahi-core/psched.c similarity index 100% rename from libavahi-core/psched.c rename to avahi-core/psched.c diff --git a/libavahi-core/psched.h b/avahi-core/psched.h similarity index 100% rename from libavahi-core/psched.h rename to avahi-core/psched.h diff --git a/libavahi-core/rr.c b/avahi-core/rr.c similarity index 100% rename from libavahi-core/rr.c rename to avahi-core/rr.c diff --git a/libavahi-core/rr.h b/avahi-core/rr.h similarity index 100% rename from libavahi-core/rr.h rename to avahi-core/rr.h diff --git a/libavahi-core/server.c b/avahi-core/server.c similarity index 100% rename from libavahi-core/server.c rename to avahi-core/server.c diff --git a/libavahi-core/server.h b/avahi-core/server.h similarity index 100% rename from libavahi-core/server.h rename to avahi-core/server.h diff --git a/libavahi-core/socket.c b/avahi-core/socket.c similarity index 100% rename from libavahi-core/socket.c rename to avahi-core/socket.c diff --git a/libavahi-core/socket.h b/avahi-core/socket.h similarity index 100% rename from libavahi-core/socket.h rename to avahi-core/socket.h diff --git a/libavahi-core/strlst-test.c b/avahi-core/strlst-test.c similarity index 100% rename from libavahi-core/strlst-test.c rename to avahi-core/strlst-test.c diff --git a/libavahi-core/strlst.c b/avahi-core/strlst.c similarity index 100% rename from libavahi-core/strlst.c rename to avahi-core/strlst.c diff --git a/libavahi-core/strlst.h b/avahi-core/strlst.h similarity index 100% rename from libavahi-core/strlst.h rename to avahi-core/strlst.h diff --git a/libavahi-core/subscribe.c b/avahi-core/subscribe.c similarity index 100% rename from libavahi-core/subscribe.c rename to avahi-core/subscribe.c diff --git a/libavahi-core/subscribe.h b/avahi-core/subscribe.h similarity index 100% rename from libavahi-core/subscribe.h rename to avahi-core/subscribe.h diff --git a/libavahi-core/timeeventq.c b/avahi-core/timeeventq.c similarity index 100% rename from libavahi-core/timeeventq.c rename to avahi-core/timeeventq.c diff --git a/libavahi-core/timeeventq.h b/avahi-core/timeeventq.h similarity index 100% rename from libavahi-core/timeeventq.h rename to avahi-core/timeeventq.h diff --git a/libavahi-core/util.c b/avahi-core/util.c similarity index 100% rename from libavahi-core/util.c rename to avahi-core/util.c diff --git a/libavahi-core/util.h b/avahi-core/util.h similarity index 100% rename from libavahi-core/util.h rename to 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 -- 2.39.2