Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/border


Modified Files:
        Makefile.am 
Added Files:
        ewl_border_test.c 
Removed Files:
        ewl_border.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/border/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Nov 2007 18:57:51 -0000      1.2
+++ Makefile.am 4 Dec 2007 05:27:57 -0000       1.3
@@ -15,13 +15,13 @@
 
 pkgdir = $(libdir)/ewl/tests
 
-pkg_LTLIBRARIES = ewl_border.la
+pkg_LTLIBRARIES = ewl_border_test.la
 
-ewl_border_la_SOURCES = ewl_border.c
-ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la
-ewl_border_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
+ewl_border_test_la_SOURCES = ewl_border_test.c
+ewl_border_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
+ewl_border_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
 
-FILES = $(ewl_border_la_SOURCES)
+FILES = $(ewl_border_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

Reply via email to