Use absolute location of glade file

This commit is contained in:
Yevgen Muntyan 2005-09-08 17:51:25 +00:00
parent 172cd93bd0
commit 05b775a581

View File

@ -4,6 +4,8 @@
SUBDIRS = cproject
real_src_dir = `cd $(srcdir) && pwd`
DEFAULT_INCLUDES =
AM_CFLAGS = \
-DXDG_PREFIX=_moo_edit_xdg \
@ -15,7 +17,7 @@ AM_CFLAGS = \
$(GLADE_CFLAGS) \
-DG_LOG_DOMAIN=\"Moo\" \
-D__MOO__ \
-DMOO_GREP_GLADE_FILE=\"$(srcdir)/moogrep.glade\" \
-DMOO_GREP_GLADE_FILE=\"$(real_src_dir)/moogrep.glade\" \
-DMOO_MARSHALS_H=\"mooutils/moomarshals.h\"
if MINGW_BUILD