зеркало из https://github.com/mono/xsp.git
2008-01-25 Marek Habersack <mhabersack@novell.com>
* test/1.1/webcontrols/Makefile.am (EXTRA_DIST): include the .sqlite files in the generated tarball, so that the build system doesn't need to have sqlite installed. svn path=/trunk/xsp/; revision=93920
This commit is contained in:
Родитель
958ab73bcf
Коммит
d6f825c989
|
@ -1,3 +1,9 @@
|
|||
2008-01-25 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* test/1.1/webcontrols/Makefile.am (EXTRA_DIST): include the
|
||||
.sqlite files in the generated tarball, so that the build system
|
||||
doesn't need to have sqlite installed.
|
||||
|
||||
2008-01-19 Joshua Tauberer <jit@occams.info>
|
||||
|
||||
* src/Mono.WebServer/BaseRequestBroker.cs: Read: Check the request
|
||||
|
|
|
@ -45,7 +45,7 @@ samplesbindir = $(pkglibdir)/test/1.1/webcontrols
|
|||
samplesbin_SCRIPTS = dbpage_test_setup.exe
|
||||
dbpage_test_setup_build = dbpage_test_setup.cs
|
||||
|
||||
EXTRA_DIST = $(samples_DATA) $(dbpage_test_setup_build)
|
||||
EXTRA_DIST = $(sqlite_DATA) $(samples_DATA) $(dbpage_test_setup_build)
|
||||
|
||||
dbpage_test_setup.exe: $(dbpage_test_setup_build)
|
||||
$(MCS) -debug:full -r:Mono.Data.SqliteClient.dll -out:$@ $^
|
||||
|
|
Загрузка…
Ссылка в новой задаче