rename libavahi-core to avahi-core
authorLennart Poettering <lennart@poettering.net>
Sat, 7 May 2005 13:37:03 +0000 (13:37 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 7 May 2005 13:37:03 +0000 (13:37 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@57 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

41 files changed:
Makefile.am
avahi-core.pc.in [moved from libavahi-core.pc.in with 100% similarity]
avahi-core/Makefile.am [moved from libavahi-core/Makefile.am with 100% similarity]
avahi-core/address.c [moved from libavahi-core/address.c with 100% similarity]
avahi-core/address.h [moved from libavahi-core/address.h with 100% similarity]
avahi-core/announce.c [moved from libavahi-core/announce.c with 100% similarity]
avahi-core/announce.h [moved from libavahi-core/announce.h with 100% similarity]
avahi-core/avahi-test.c [moved from libavahi-core/avahi-test.c with 100% similarity]
avahi-core/avahi.h [moved from libavahi-core/avahi.h with 100% similarity]
avahi-core/cache.c [moved from libavahi-core/cache.c with 100% similarity]
avahi-core/cache.h [moved from libavahi-core/cache.h with 100% similarity]
avahi-core/dns-test.c [moved from libavahi-core/dns-test.c with 100% similarity]
avahi-core/dns.c [moved from libavahi-core/dns.c with 100% similarity]
avahi-core/dns.h [moved from libavahi-core/dns.h with 100% similarity]
avahi-core/domain-test.c [moved from libavahi-core/domain-test.c with 100% similarity]
avahi-core/iface.c [moved from libavahi-core/iface.c with 100% similarity]
avahi-core/iface.h [moved from libavahi-core/iface.h with 100% similarity]
avahi-core/llist.h [moved from libavahi-core/llist.h with 100% similarity]
avahi-core/netlink.c [moved from libavahi-core/netlink.c with 100% similarity]
avahi-core/netlink.h [moved from libavahi-core/netlink.h with 100% similarity]
avahi-core/prioq-test.c [moved from libavahi-core/prioq-test.c with 100% similarity]
avahi-core/prioq.c [moved from libavahi-core/prioq.c with 100% similarity]
avahi-core/prioq.h [moved from libavahi-core/prioq.h with 100% similarity]
avahi-core/psched.c [moved from libavahi-core/psched.c with 100% similarity]
avahi-core/psched.h [moved from libavahi-core/psched.h with 100% similarity]
avahi-core/rr.c [moved from libavahi-core/rr.c with 100% similarity]
avahi-core/rr.h [moved from libavahi-core/rr.h with 100% similarity]
avahi-core/server.c [moved from libavahi-core/server.c with 100% similarity]
avahi-core/server.h [moved from libavahi-core/server.h with 100% similarity]
avahi-core/socket.c [moved from libavahi-core/socket.c with 100% similarity]
avahi-core/socket.h [moved from libavahi-core/socket.h with 100% similarity]
avahi-core/strlst-test.c [moved from libavahi-core/strlst-test.c with 100% similarity]
avahi-core/strlst.c [moved from libavahi-core/strlst.c with 100% similarity]
avahi-core/strlst.h [moved from libavahi-core/strlst.h with 100% similarity]
avahi-core/subscribe.c [moved from libavahi-core/subscribe.c with 100% similarity]
avahi-core/subscribe.h [moved from libavahi-core/subscribe.h with 100% similarity]
avahi-core/timeeventq.c [moved from libavahi-core/timeeventq.c with 100% similarity]
avahi-core/timeeventq.h [moved from libavahi-core/timeeventq.h with 100% similarity]
avahi-core/util.c [moved from libavahi-core/util.c with 100% similarity]
avahi-core/util.h [moved from libavahi-core/util.h with 100% similarity]
configure.ac

index 013cd47..72dd399 100644 (file)
 # 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
similarity index 100%
rename from libavahi-core.pc.in
rename to avahi-core.pc.in
similarity index 100%
rename from libavahi-core/address.c
rename to avahi-core/address.c
similarity index 100%
rename from libavahi-core/address.h
rename to avahi-core/address.h
similarity index 100%
rename from libavahi-core/avahi.h
rename to avahi-core/avahi.h
similarity index 100%
rename from libavahi-core/cache.c
rename to avahi-core/cache.c
similarity index 100%
rename from libavahi-core/cache.h
rename to avahi-core/cache.h
similarity index 100%
rename from libavahi-core/dns.c
rename to avahi-core/dns.c
similarity index 100%
rename from libavahi-core/dns.h
rename to avahi-core/dns.h
similarity index 100%
rename from libavahi-core/iface.c
rename to avahi-core/iface.c
similarity index 100%
rename from libavahi-core/iface.h
rename to avahi-core/iface.h
similarity index 100%
rename from libavahi-core/llist.h
rename to avahi-core/llist.h
similarity index 100%
rename from libavahi-core/netlink.c
rename to avahi-core/netlink.c
similarity index 100%
rename from libavahi-core/netlink.h
rename to avahi-core/netlink.h
similarity index 100%
rename from libavahi-core/prioq.c
rename to avahi-core/prioq.c
similarity index 100%
rename from libavahi-core/prioq.h
rename to avahi-core/prioq.h
similarity index 100%
rename from libavahi-core/psched.c
rename to avahi-core/psched.c
similarity index 100%
rename from libavahi-core/psched.h
rename to avahi-core/psched.h
similarity index 100%
rename from libavahi-core/rr.c
rename to avahi-core/rr.c
similarity index 100%
rename from libavahi-core/rr.h
rename to avahi-core/rr.h
similarity index 100%
rename from libavahi-core/server.c
rename to avahi-core/server.c
similarity index 100%
rename from libavahi-core/server.h
rename to avahi-core/server.h
similarity index 100%
rename from libavahi-core/socket.c
rename to avahi-core/socket.c
similarity index 100%
rename from libavahi-core/socket.h
rename to avahi-core/socket.h
similarity index 100%
rename from libavahi-core/strlst.c
rename to avahi-core/strlst.c
similarity index 100%
rename from libavahi-core/strlst.h
rename to avahi-core/strlst.h
similarity index 100%
rename from libavahi-core/util.c
rename to avahi-core/util.c
similarity index 100%
rename from libavahi-core/util.h
rename to avahi-core/util.h
index 40373df..a6e0462 100644 (file)
@@ -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