summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLuciana Fujii Pontello <luciana@fujii.eti.br>2011-01-29 22:52:57 -0200
committerLuciana Fujii Pontello <luciana@fujii.eti.br>2011-01-31 19:46:53 -0200
commit2493958dcb8c9342f8ae6787063668565d7bd55d (patch)
tree15c4cb368ea343bb13081af70e07fab4a4484954 /tests
parent5db963711d2528288be157cb63861404bb7e92a5 (diff)
Creating libcheese, instalable non-gtk lib
Cheese-flash is now part of libcheese-gtk, since it depends on gtk and we want libcheese to not depend on it. Libcheesecommon is now called simply Libcheese and it's installed, it's the main cheese lib which can be used to set the pipeline, take_photos and record video.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f503fe9..6a40bb4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,16 +25,16 @@ cheese_test_monitor_SOURCES = cheese-test-monitor.c
test_webcam_button_SOURCES = test-webcam-button.c
cheese_test_widget_LDADD = $(CHEESE_LIBS) \
- $(top_builddir)/libcheese/libcheesecommon.la \
+ $(top_builddir)/libcheese/libcheese.la \
$(top_builddir)/libcheese/libcheese-gtk.la \
$(NULL)
cheese_test_monitor_LDADD = $(CHEESE_LIBS) \
- $(top_builddir)/libcheese/libcheesecommon.la \
+ $(top_builddir)/libcheese/libcheese.la \
$(top_builddir)/libcheese/libcheese-gtk.la \
$(NULL)
test_webcam_button_LDADD = $(XTEST_LIBS)
cheese_test_chooser_SOURCES = cheese-test-chooser.c
cheese_test_chooser_LDADD = $(CHEESE_LIBS) \
- $(top_builddir)/libcheese/libcheesecommon.la \
+ $(top_builddir)/libcheese/libcheese.la \
$(top_builddir)/libcheese/libcheese-gtk.la \
$(NULL)