Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
one more build fix
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=90032
  • Loading branch information
grendello committed Nov 20, 2007
1 parent f2c4a64 commit 215ce58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/1.1/webcontrols/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ EXTRA_DIST = $(samples_DATA) $(dbpage_test_setup_build)

dbpage_test_setup.exe: $(dbpage_test_setup_build)
$(MCS) -debug:full -r:Mono.Data.SqliteClient.dll -out:$@ $^
$(RUNTIME) $@

dbpage1.sqlite: dbpage_test_setup.exe
$(RUNTIME) dbpage_test_setup.exe

dbpage2.sqlite: dbpage_test_setup.exe
$(RUNTIME) dbpage_test_setup.exe

0 comments on commit 215ce58

Please sign in to comment.