summaryrefslogtreecommitdiffhomepage
path: root/mixgtk
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-29 01:53:51 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-29 01:53:51 +0000
commit7e98e1577cf17d8a91297435732f3766f63af248 (patch)
treeae380ec1c347299ea0b75b8baf1777f2e610a906 /mixgtk
parentcfbaceea6bd4b4d8f0150dbeb10cfff0459097d7 (diff)
downloadmdk-7e98e1577cf17d8a91297435732f3766f63af248.tar.gz
mdk-7e98e1577cf17d8a91297435732f3766f63af248.tar.bz2
INCLUDES fixed to allow VPATH builds
Diffstat (limited to 'mixgtk')
-rw-r--r--mixgtk/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/mixgtk/Makefile.am b/mixgtk/Makefile.am
index 36af4b2..3e0f46e 100644
--- a/mixgtk/Makefile.am
+++ b/mixgtk/Makefile.am
@@ -10,6 +10,8 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# $Id: Makefile.am,v 1.14 2001/09/29 01:53:51 jao Exp $
+
XPMS = clear.xpm colors.xpm compile.xpm edit.xpm font.xpm fontl.xpm \
jump.xpm next.xpm onew.xpm open.xpm output.xpm run.xpm splitw.xpm \
symbols.xpm extern.xpm devdir.xpm
@@ -26,7 +28,8 @@ if MAKE_GUI
pkgdata_DATA = mixgtk.glade $(XPMS)
-INCLUDES = -I$(includedir) -DGLADE_FILE=\""$(pkgdatadir)/mixgtk.glade"\"\
+INCLUDES = -I$(includedir) -I$(top_srcdir) \
+ -DGLADE_FILE=\""$(pkgdatadir)/mixgtk.glade"\"\
-DLOCAL_GLADE_FILE=\"mixgtk.glade\" $(GUILED)
LDADD = $(top_builddir)/mixlib/libmix.a $(top_builddir)/lib/libreplace.a\
$(top_builddir)/mixguile/libmixguile.a $(INTLLIBS)