[gegl] make gegl examples be no-inst
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] make gegl examples be no-inst
- Date: Tue, 24 Nov 2015 21:21:53 +0000 (UTC)
commit 936987460853636aad8a7b654109a1333e58b970
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Nov 24 22:14:44 2015 +0100
make gegl examples be no-inst
examples/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 315f4cf..2a6efca 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -31,7 +31,7 @@ AM_LDFLAGS = \
$(SDL_LIBS) \
$(MATH_LIB)
-bin_PROGRAMS = \
+noinst_PROGRAMS = \
2geglbuffer \
gegl-convert \
gegl-slicer \
@@ -51,13 +51,13 @@ geglbuffer_clock_SOURCES = geglbuffer-clock.c
hello_world_SOURCES = hello-world.c
if HAVE_SDL
-bin_PROGRAMS += sdl-draw
+noinst_PROGRAMS += sdl-draw
sdl_draw_SOURCES = sdl-draw.c
sdl_draw_LDADD = $(SDL_LIBS)
sdl_draw_CFLAGS = $(AM_CFLAGS) $(SDL_CFLAGS)
if HAVE_GEXIV2
-bin_PROGRAMS += gegl-video
+noinst_PROGRAMS += gegl-video
gegl_video_SOURCES = gegl-video.c
gegl_video_LDADD = $(GEXIV2_LIBS) $(SDL_LIBS)
gegl_video_CFLAGS = $(AM_CFLAGS) $(GEXIV2_CFLAGS) $(SDL_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]