[maemo-commits] [maemo-commits] r11174 - projects/haf/trunk/hail/hail/hail-hildon-libs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Apr 20 14:42:35 EEST 2007
Author: fherrera
Date: 2007-04-20 14:42:35 +0300 (Fri, 20 Apr 2007)
New Revision: 11174

Modified:
   projects/haf/trunk/hail/hail/hail-hildon-libs/Makefile.am
Log:
Updated Makefile.am


Modified: projects/haf/trunk/hail/hail/hail-hildon-libs/Makefile.am
===================================================================
--- projects/haf/trunk/hail/hail/hail-hildon-libs/Makefile.am	2007-04-20 11:39:50 UTC (rev 11173)
+++ projects/haf/trunk/hail/hail/hail-hildon-libs/Makefile.am	2007-04-20 11:42:35 UTC (rev 11174)
@@ -2,15 +2,14 @@
 no_undefined = -no-undefined
 endif
 
-module_LTLIBRARIES = libhail.la
+module_LTLIBRARIES = libhail_hildonlibs.la
 
-hail_c_sources =			\
-	hail.c \
+libhail_hildonlibs_la_SOURCES =			\
+	hail-hildon-libs.c \
 	hailcaption.c \
 	hailvolumebar.c \
 	hailweekdaypicker.c \
 	hailtimepicker.c \
-	hailfileselection.c \
 	hailfindtoolbar.c \
 	haildialog.c \
 	hailnumbereditor.c \
@@ -26,14 +25,13 @@
 
 #libhailincludedir=$(includedir)/hail-1.0/hail
 
-hail_private_h_sources =		\
-	hail.h \
+libhail_hildonlibs_private_h_sources =		\
+	hail-hildon-libs.h \
 	hailcaption.h \
 	hailfindtoolbar.h \
 	hailvolumebar.h \
 	hailweekdaypicker.h \
 	hailtimepicker.h \
-	hailfileselection.h \
 	haildialog.h \
 	haildateeditor.h \
 	hailnumbereditor.h \
@@ -41,17 +39,16 @@
 	hailrangeeditor.h \
 	hailcolorbutton.h \
 	hailwindow.h \
-	hailcodedialog.h \
-	hailfactory.h
+	hailcodedialog.h
 
 
 #	hailcolorchooser.h 
 
 hail_public_h_sources =
 
-libhail_la_SOURCES = 			\
-	$(hail_c_sources)		\
-	$(hail_private_h_sources)
+# libhail_la_SOURCES = 			\
+# 	$(hail_c_sources)		\
+# 	$(hail_private_h_sources)
 
 #libhailinclude_HEADERS =		\
 #	$(hail_public_h_sources)
@@ -61,13 +58,13 @@
 	-DVERSION=\"$(VERSION)\" \
 	@DEP_CFLAGS@
 
-libhail_la_LIBADD =     \
+libhail_hildonlibs_la_LIBADD =     \
         @DEP_LIBS@	\
 	$(INTLLIBS) 
 
 moduledir = $(libdir)/gtk-2.0/modules
 
-libhail_la_LDFLAGS =    \
+libhail_hildonlibs_la_LDFLAGS =    \
 	-rpath $(moduledir) -module -avoid-version \
 	$(no_undefined)	\
         @LDFLAGS@


More information about the maemo-commits mailing list