Fix avahi_register.c placement.
authorJeremy Allison <jra@samba.org>
Wed, 21 Apr 2010 19:44:22 +0000 (12:44 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 21 Apr 2010 19:44:22 +0000 (12:44 -0700)
source3/configure.in
source4/librpc/gen_ndr/README [deleted file]

index 48ce47fc1b36a0e725938d7f3e65b5519a1b4ac9..68128085d169280e940ce94bee3b7ec884d1743c 100644 (file)
@@ -6223,7 +6223,7 @@ if test x"$enable_avahi" != x"no"; then
         AC_SUBST(AVAHI_LIBS, "-lavahi-client -lavahi-common")
        AC_DEFINE(WITH_AVAHI_SUPPORT, 1,
                [Whether to enable avahi support])
-       AC_SUBST(AVAHI_OBJ, "lib/avahi.o smbd/avahi_register.o")
+       AC_SUBST(AVAHI_OBJ, "lib/avahi.o fileserver/avahi_register.o")
     else
        if test x"$enable_avahi" = x"yes"; then
            AC_MSG_ERROR(avahi support not available)
diff --git a/source4/librpc/gen_ndr/README b/source4/librpc/gen_ndr/README
deleted file mode 100644 (file)
index 0c1fd16..0000000
+++ /dev/null
@@ -1 +0,0 @@
-This contains the generated files from PIDL for the IDL files in ../idl/*.idl