fixing build issues
authorChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 09:38:51 +0000 (09:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 6 Apr 2011 09:38:51 +0000 (09:38 +0000)
Makefile.am
configure.ac
src/fs/Makefile.am

index 386548505efa204f958d638263956461afa56b96..1c92c1fb8125ed4de07d43279aa2fdfb6f7dc21e 100644 (file)
@@ -8,5 +8,8 @@ EXTRA_DIST = \
  HACKING \
  acinclude.m4
 
+gnunetincludedir = $(includedir)/gnunet
+gnunetinclude_HEADERS = gnunet_config.h
+
 ACLOCAL_AMFLAGS = -I m4
 
index 16bf23b7e25a76bc15c5aa4b8347e5ce9905b504..563e7fec6b67675139e30c3c7fe85fc50c21249c 100644 (file)
 #
 #
 AC_PREREQ(2.61)
+# Checks for programs.
 AC_INIT([gnunet], [0.9.0pre2],[bug-gnunet@gnu.org])
+
+AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
+AC_CANONICAL_SYSTEM
+
 AM_INIT_AUTOMAKE([gnunet], [0.9.0pre2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_HEADERS([gnunet_config.h])
-
 AH_TOP([#define _GNU_SOURCE  1])
 
-# Checks for programs.
-AC_CANONICAL_TARGET
-AC_CANONICAL_SYSTEM
 AC_PROG_AWK
 AC_PROG_CC
-gl_EARLY
-gl_INIT
 AC_PROG_CPP
 AC_PROG_CXX
 AC_PROG_OBJC
@@ -42,7 +42,6 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AM_PROG_CC_C_O
-AC_CANONICAL_HOST
 LT_INIT([disable-static dlopen win32-dll])
 LTDL_INIT
 AC_SUBST(LTDLINCL)
index 3dc5d64eb1d1b1d4cd17c30c34247206892e94a3..4fbeb9d7182ee85b51bb500542540c9cd61c4962 100644 (file)
@@ -123,7 +123,7 @@ gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
-gnunet_service_fs_new_DEPENDENCIES = \
+gnunet_service_fs_DEPENDENCIES = \
   libgnunetfs.la
 
 gnunet_unindex_SOURCES = \