[gegl-gtk] Fix distcheck
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl-gtk] Fix distcheck
- Date: Thu, 23 Jun 2011 20:21:44 +0000 (UTC)
commit c6b975bf6b984a44dfb3dcb283443d4b8dd46c60
Author: Jon Nordby <jononor gmail com>
Date: Thu Jun 23 22:14:52 2011 +0200
Fix distcheck
examples/Makefile.am | 2 +-
operations/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5d9473a..b92ac59 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -11,7 +11,7 @@ gegl_lt_ccld_v_ = $(gegl_lt_ccld_v_$(AM_DEFAULT_VERBOSITY))
gegl_lt_ccld_v_0 = @echo " CCLD " $@;
AM_CPPFLAGS = \
- -I$(top_builddir)/gegl-gtk
+ -I$(top_srcdir)/gegl-gtk
AM_CFLAGS = $(GEGL_CFLAGS) $(GTK_CFLAGS)
diff --git a/operations/Makefile.am b/operations/Makefile.am
index b5ffde7..35e21e2 100644
--- a/operations/Makefile.am
+++ b/operations/Makefile.am
@@ -20,7 +20,7 @@ gegl_lt_ccld_v_0 = @echo " CCLD " $@;
all-local: $(plugins)
%.la: %.c
- $(gegl_lt_cc_v) $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(DEFS) -I. -I$(top_builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $ lo $<
+ $(gegl_lt_cc_v) $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(DEFS) -I. -I$(top_builddir) -I$(srcdir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $ lo $<
$(gegl_lt_ccld_v) $(LIBTOOL) --quiet --tag=CC --mode=link $(CC) $(AM_LDFLAGS) $(LDFLAGS) $(CFLAGS) -o $@ -rpath $(ext_dir) $ lo $(LIBS) $(MATH_LIB)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]