[Lemon-commits] [lemon_svn] ladanyi: r684 - in hugo/branches/ladanyi/automake_test: . src src/hugo src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:57 CET 2006
Author: ladanyi
Date: Tue May 4 11:15:43 2004
New Revision: 684
Modified:
hugo/branches/ladanyi/automake_test/configure.ac
hugo/branches/ladanyi/automake_test/src/Makefile.am
hugo/branches/ladanyi/automake_test/src/hugo/Makefile.am
hugo/branches/ladanyi/automake_test/src/test/Makefile.am
Log:
Changed some files due to the include-to-hugo rename.
Modified: hugo/branches/ladanyi/automake_test/configure.ac
==============================================================================
--- hugo/branches/ladanyi/automake_test/configure.ac (original)
+++ hugo/branches/ladanyi/automake_test/configure.ac Tue May 4 11:15:43 2004
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([HugoLib], [0.1], [etik-ol at cs.elte.hu], [hugo])
-AM_INIT_AUTOMAKE
AC_CONFIG_AUX_DIR([config])
-AC_CONFIG_SRCDIR([src/include/hugo/invalid.h])
+AM_INIT_AUTOMAKE
+AC_CONFIG_SRCDIR([src/hugo/invalid.h])
dnl Checks for programs.
AC_PROG_CC
@@ -24,5 +24,5 @@
AC_HEADER_STDC
AC_CHECK_FUNCS(gettimeofday)
-AC_CONFIG_FILES([Makefile src/Makefile src/include/Makefile src/test/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile src/hugo/Makefile src/test/Makefile])
AC_OUTPUT
Modified: hugo/branches/ladanyi/automake_test/src/Makefile.am
==============================================================================
--- hugo/branches/ladanyi/automake_test/src/Makefile.am (original)
+++ hugo/branches/ladanyi/automake_test/src/Makefile.am Tue May 4 11:15:43 2004
@@ -1 +1 @@
-SUBDIRS = include test
+SUBDIRS = hugo test
Modified: hugo/branches/ladanyi/automake_test/src/hugo/Makefile.am
==============================================================================
--- hugo/branches/ladanyi/automake_test/src/hugo/Makefile.am (original)
+++ hugo/branches/ladanyi/automake_test/src/hugo/Makefile.am Tue May 4 11:15:43 2004
@@ -1,7 +1,7 @@
pkginclude_HEADERS = \
- hugo/bin_heap.h \
- hugo/dijkstra.h \
- hugo/fib_heap.h \
- hugo/invalid.h \
- hugo/maps.h \
- hugo/smart_graph.h
+ bin_heap.h \
+ dijkstra.h \
+ fib_heap.h \
+ invalid.h \
+ maps.h \
+ smart_graph.h
Modified: hugo/branches/ladanyi/automake_test/src/test/Makefile.am
==============================================================================
--- hugo/branches/ladanyi/automake_test/src/test/Makefile.am (original)
+++ hugo/branches/ladanyi/automake_test/src/test/Makefile.am Tue May 4 11:15:43 2004
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src
check_PROGRAMS = foo_test foo_fail_test
More information about the Lemon-commits
mailing list