Navigation Menu

Skip to content

Commit

Permalink
fix a build error on ubuntu 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Onodera committed Oct 5, 2009
1 parent 964723d commit c48b2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/core/Makefile.am
Expand Up @@ -16,7 +16,7 @@ noinst_LTLIBRARIES = \
test-column.la \
test-database.la \
test-table-cursor.la \
test-expr.la \
test-expr.la \
test-text.la
endif

Expand Down Expand Up @@ -55,3 +55,4 @@ test_column_la_SOURCES = test-column.c
test_database_la_SOURCES = test-database.c
test_table_cursor_la_SOURCES = test-table-cursor.c
test_expr_la_SOURCES = test-expr.c
test_text_la_SOURCES = test-text.c

0 comments on commit c48b2cb

Please sign in to comment.