[OSADL-svn-commits] r12 - fddi-20070618-1-ptx1/tests
OSADL repository commits
osadl-svn-commits at lists.osadl.org
Tue Oct 2 11:41:45 CEST 2007
Author: robert
Date: Mon Jun 18 22:08:03 2007
New Revision: 12
Log:
fix makefile
Modified:
fddi-20070618-1-ptx1/tests/GNUmakefile.am
Modified: fddi-20070618-1-ptx1/tests/GNUmakefile.am
==============================================================================
--- fddi-20070618-1-ptx1/tests/GNUmakefile.am (original)
+++ fddi-20070618-1-ptx1/tests/GNUmakefile.am Mon Jun 18 22:08:03 2007
@@ -1,9 +1,11 @@
-TESTS = test
+TESTS = \
+ test_hess_1
-noinst_PROGRAMS = test
+noinst_PROGRAMS = \
+ test_hess_1
-test_SOURCES = test.c
-test_LDADD = $(top_builddir)/src/libfddi.la
+test_hess_1_SOURCES = test_hess_1.c
+#test_LDADD = $(top_builddir)/src/libfddi.la
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@@ -11,3 +13,4 @@
MAINTAINERCLEANFILES = \
GNUmakefile.in
+
More information about the OSADL-svn-commits
mailing list