From 0e004c696b0e68b2cff37a4c3315b022a35eaf43 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:24:23 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- test/Makefile.am | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 00000000..9e3d2099 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,46 @@ +NULL= + +INCLUDES =\ + -I$(top_srcdir) \ + $(CORE_CFLAGS) \ + $(WARNING_CFLAGS) \ + -DVERSION="\"$(VERSION)\"" \ + -DCAJA_DATADIR=\""$(datadir)/caja"\" \ + -DMATELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ + $(NULL) + +LDADD =\ + $(top_builddir)/libcaja-private/libcaja-private.la \ + $(CORE_LIBS) \ + $(NULL) + +noinst_PROGRAMS =\ + test-caja-wrap-table \ + test-caja-search-engine \ + test-caja-directory-async \ + test-caja-copy \ + test-eel-background \ + test-eel-editable-label \ + test-eel-image-scrolled \ + test-eel-image-table \ + test-eel-labeled-image \ + test-eel-pixbuf-scale \ + $(NULL) + +test_caja_copy_SOURCES = test-copy.c test.c + +test_caja_wrap_table_SOURCES = test-caja-wrap-table.c test.c + +test_caja_search_engine_SOURCES = test-caja-search-engine.c + +test_caja_directory_async_SOURCES = test-caja-directory-async.c + +test_eel_background_SOURCES = test-eel-background.c +test_eel_image_scrolled_SOURCES = test-eel-image-scrolled.c test.c test.h +test_eel_image_table_SOURCES = test-eel-image-table.c test.c +test_eel_labeled_image_SOURCES = test-eel-labeled-image.c test.c test.h +test_eel_pixbuf_scale_SOURCES = test-eel-pixbuf-scale.c test.c test.h + +EXTRA_DIST = \ + test.h \ + $(NULL) -- cgit v1.2.1