2003-02-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* sample/gconf/Makefile: defined top_builddir. RUNTIME is now 'mono'. svn path=/trunk/gtk-sharp/; revision=11288
This commit is contained in:
parent
101589b057
commit
8e2bef6468
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ SOURCES = \
|
|||
#
|
||||
|
||||
MCS = mcs
|
||||
RUNTIME = /usr/bin/mono
|
||||
GCONFDIR=../../gconf
|
||||
RUNTIME = mono
|
||||
top_builddir=../..
|
||||
GCONFDIR=$(top_builddir)/gconf
|
||||
|
||||
all: sample.exe
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue