Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am 


Log Message:
- install the e headers into $(includedir)/enlightenment. hopefully should
  be able to make e modules outside the e tree now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 9 Dec 2004 13:56:06 -0000       1.6
+++ Makefile.am 9 Dec 2004 19:33:51 -0000       1.7
@@ -8,61 +8,64 @@
 
 bin_PROGRAMS = enlightenment enlightenment_remote enlightenment_eapp
 
-enlightenment_SOURCES = \
+ENLIGHTENMENTHEADERS = \
 e.h \
 e_file.h \
+e_user.h \
+e_manager.h \
+e_path.h \
+e_init.h \
+e_ipc.h \
+e_error.h \
+e_container.h \
+e_desk.h \
+e_border.h \
+e_pointer.h \
+e_config.h \
+e_menu.h \
+e_object.h \
+e_icon.h \
+e_box.h \
+e_int_menus.h \
+e_module.h \
+e_apps.h \
+e_atoms.h \
+e_utils.h \
+e_canvas.h \
+e_focus.h \
+e_place.h \
+e_resist.h \
+e_startup.h
+
+enlightenment_SOURCES = \
 e_file.c \
 e_main.c \
-e_user.h \
 e_user.c \
-e_manager.h \
 e_manager.c \
-e_path.h \
 e_path.c \
-e_init.h \
 e_init.c \
-e_ipc.h \
 e_ipc.c \
-e_error.h \
 e_error.c \
-e_container.h \
 e_container.c \
-e_desk.h \
 e_desk.c \
-e_border.h \
 e_border.c \
-e_pointer.h \
 e_pointer.c \
-e_config.h \
 e_config.c \
-e_menu.h \
 e_menu.c \
-e_object.h \
 e_object.c \
-e_icon.h \
 e_icon.c \
-e_box.h \
 e_box.c \
-e_int_menus.h \
 e_int_menus.c \
-e_module.h \
 e_module.c \
-e_apps.h \
 e_apps.c \
-e_atoms.h \
 e_atoms.c \
-e_utils.h \
 e_utils.c \
-e_canvas.h \
 e_canvas.c \
-e_focus.h \
 e_focus.c \
-e_place.h \
 e_place.c \
-e_resist.h \
 e_resist.c \
-e_startup.h \
-e_startup.c
+e_startup.c \
+$(ENLIGHTENMENTHEADERS)
 
 enlightenment_LDFLAGS = -export-dynamic @e_libs@ @dlopen_libs@
 
@@ -77,3 +80,6 @@
 e_eapp_main.c
 
 enlightenment_eapp_LDFLAGS = @e_libs@ @dlopen_libs@
+
+installed_headersdir = $(prefix)/include/enlightenment
+installed_headers_DATA = $(ENLIGHTENMENTHEADERS)




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to