Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/callback Modified Files: Makefile.am Added Files: ewl_callback_test.c Removed Files: ewl_callback.c Log Message: Rename test files to include a _test prefix to avoid conflicting file names with widget source file. This makes it easier to read backtraces. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/callback/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 20 Nov 2007 06:11:25 -0000 1.1 +++ Makefile.am 4 Dec 2007 05:27:58 -0000 1.2 @@ -15,13 +15,13 @@ pkgdir = $(libdir)/ewl/tests -pkg_LTLIBRARIES = ewl_callback.la +pkg_LTLIBRARIES = ewl_callback_test.la -ewl_callback_la_SOURCES = ewl_callback.c -ewl_callback_la_LIBADD = $(top_builddir)/src/lib/libewl.la -ewl_callback_la_LDFLAGS = -module @create_shared_lib@ -avoid-version +ewl_callback_test_la_SOURCES = ewl_callback_test.c +ewl_callback_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la +ewl_callback_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version -FILES = $(ewl_callback_la_SOURCES) +FILES = $(ewl_callback_test_la_SOURCES) exampledir = $(pkgdatadir)/examples/ example_DATA = $(FILES) ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs