Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        Etk.h Makefile.am etk_types.h 
Added Files:
        etk_separator.c etk_separator.h 


Log Message:
a separator. fix for the installation of the headers
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Etk.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Etk.h       23 Oct 2005 08:05:34 -0000      1.3
+++ Etk.h       23 Oct 2005 09:06:53 -0000      1.4
@@ -40,5 +40,6 @@
 #include "etk_range.h"
 #include "etk_scale.h"
 #include "etk_scrollbar.h"
+#include "etk_separator.h"
 
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 23 Oct 2005 08:05:34 -0000      1.6
+++ Makefile.am 23 Oct 2005 09:06:53 -0000      1.7
@@ -15,7 +15,7 @@
 
 EXTRA_DIST = 
 
-include_HEADERS = \
+ETKHEADERS = \
 Etk.h etk_types.h etk_main.h etk_utils.h \
 etk_type.h etk_object.h etk_property.h \
 etk_signal.h etk_signal_callback.h etk_marshallers.h \
@@ -30,7 +30,8 @@
 etk_canvas.h \
 etk_colorpicker.h etk_colorpicker_vertical.h etk_colorpicker_square.h \
 etk_tree.h \
-etk_range.h etk_scale.h etk_scrollbar.h
+etk_range.h etk_scale.h etk_scrollbar.h \
+etk_separator.h
 
 libetk_la_SOURCES = \
 etk_main.c etk_utils.c \
@@ -47,10 +48,12 @@
 etk_canvas.c \
 etk_colorpicker.c etk_colorpicker_vertical.c etk_colorpicker_square.c \
 etk_tree.c \
-etk_range.c etk_scale.c etk_scrollbar.c
+etk_range.c etk_scale.c etk_scrollbar.c \
+etk_separator.c  \
+$(ETKHEADERS)
 
-+installed_headersdir = $(prefix)/include/etk
-+installed_headers_DATA = $(include_HEADERS)
+installed_headersdir = $(prefix)/include/etk
+installed_headers_DATA = $(ETKHEADERS)
 
 libetk_la_LIBADD  = @ecore_libs@ @evas_libs@ @edje_libs@
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_types.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- etk_types.h 23 Oct 2005 08:05:35 -0000      1.5
+++ etk_types.h 23 Oct 2005 09:06:53 -0000      1.6
@@ -86,6 +86,8 @@
 typedef struct _Etk_Scrollbar Etk_Scrollbar;
 typedef struct _Etk_HScrollbar Etk_HScrollbar;
 typedef struct _Etk_VScrollbar Etk_VScrollbar;
+typedef struct _Etk_HSeparator Etk_HSeparator;
+typedef struct _Etk_VSeparator Etk_VSeparator;
 
 /**
  * @enum Etk_Child_Fill_Policy_Flag




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to