[aravis] build: don't install test programs.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] build: don't install test programs.
- Date: Sun, 25 Apr 2010 16:28:20 +0000 (UTC)
commit 3f4ed837c95bad2b9e7b7fa8d804aae5b74cffce
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Sun Apr 25 16:58:16 2010 +0200
build: don't install test programs.
gst/Makefile.am | 2 +-
src/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 316ccfe..0f8335f 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -24,7 +24,7 @@ libgstaravis_ladir = $(includedir)/aravis
noinst_HEADERS = gstaravis.h
-bin_PROGRAMS = gst-aravis-test
+noinst_PROGRAMS = gst-aravis-test
gst_aravis_test_SOURCES = gstaravistest.c
gst_aravis_test_LDADD = $(ARAVIS_LIBS) ../src/libaravis.la
diff --git a/src/Makefile.am b/src/Makefile.am
index 606131a..fce54e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -101,7 +101,7 @@ arvenumtypes.h: arvenumtypes.h.template $(ARAVIS_HDRS) $(GLIB_MKENUMS)
arvenumtypes.c: arvenumtypes.c.template $(ARAVIS_HDRS) $(GLIB_MKENUMS)
$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template arvenumtypes.c.template $(libaravis_la_HEADERS)) > $@
-bin_PROGRAMS = arv-test arv-load-xml arv-genicam-test arv-evaluator-test arv-zip-test arv-camera-test
+noinst_PROGRAMS = arv-test arv-load-xml arv-genicam-test arv-evaluator-test arv-zip-test arv-camera-test
arv_test_SOURCES = arvtest.c
arv_test_LDADD = $(ARAVIS_LIBS) libaravis.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]