[maemo-commits] [maemo-commits] r8708 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 11 10:39:09 EET 2006
Author: marivoll
Date: 2006-12-11 10:39:09 +0200 (Mon, 11 Dec 2006)
New Revision: 8708

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am
Log:
	* hildon-fm/Makefile.am (libhildonfm_la_SOURCES): Added
	hildon-file-common-private.h so that it gets distributed. (N49099)


Modified: projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am	2006-12-11 08:38:46 UTC (rev 8707)
+++ projects/haf/trunk/hildon-fm/hildon-fm/Makefile.am	2006-12-11 08:39:09 UTC (rev 8708)
@@ -18,40 +18,41 @@
 	$(GWCONNECT_LIBS) $(DBUSGLIB_LIBS) $(LIBOSSOMIME_LIBS)
 
 libhildonfm_la_LDFLAGS = -version-info 1:0:0
-libhildonfm_la_SOURCES = \
-	hildon-file-selection.c \
-	hildon-file-selection.h \
-	hildon-file-system-model.c \
-	hildon-file-system-model.h \
-	hildon-file-chooser-dialog.c \
-	hildon-file-chooser-dialog.h \
-	hildon-file-system-private.h \
-	hildon-file-system-private.c \
-	hildon-file-system-common.h \
-	hildon-file-system-info.h \
-	hildon-file-system-info.c \
-	hildon-file-system-settings.h \
-	hildon-file-system-settings.c \
-	hildon-file-details-dialog.h \
-	hildon-file-details-dialog.c \
-	hildon-file-system-special-location.h \
-	hildon-file-system-special-location.c \
-	hildon-file-system-local-device.h \
-	hildon-file-system-local-device.c \
-	hildon-file-system-remote-device.h \
-	hildon-file-system-remote-device.c \
-	hildon-file-system-mmc.h \
-	hildon-file-system-mmc.c \
-	hildon-file-system-old-gateway.h \
-	hildon-file-system-old-gateway.c \
-	hildon-file-system-dynamic-device.h \
-	hildon-file-system-dynamic-device.c \
-	hildon-file-system-upnp.h \
-	hildon-file-system-upnp.c \
-	hildon-file-system-obex.h \
-	hildon-file-system-obex.c \
- 	$(hildonfm_built_headers) \
- 	$(hildonfm_built_cfiles)
+libhildonfm_la_SOURCES =			\
+	hildon-file-common-private.h		\
+	hildon-file-selection.c			\
+	hildon-file-selection.h			\
+	hildon-file-system-model.c		\
+	hildon-file-system-model.h		\
+	hildon-file-chooser-dialog.c		\
+	hildon-file-chooser-dialog.h		\
+	hildon-file-system-private.h		\
+	hildon-file-system-private.c		\
+	hildon-file-system-common.h		\
+	hildon-file-system-info.h		\
+	hildon-file-system-info.c		\
+	hildon-file-system-settings.h		\
+	hildon-file-system-settings.c		\
+	hildon-file-details-dialog.h		\
+	hildon-file-details-dialog.c		\
+	hildon-file-system-special-location.h	\
+	hildon-file-system-special-location.c	\
+	hildon-file-system-local-device.h	\
+	hildon-file-system-local-device.c	\
+	hildon-file-system-remote-device.h	\
+	hildon-file-system-remote-device.c	\
+	hildon-file-system-mmc.h		\
+	hildon-file-system-mmc.c		\
+	hildon-file-system-old-gateway.h	\
+	hildon-file-system-old-gateway.c	\
+	hildon-file-system-dynamic-device.h	\
+	hildon-file-system-dynamic-device.c	\
+	hildon-file-system-upnp.h		\
+	hildon-file-system-upnp.c		\
+	hildon-file-system-obex.h		\
+	hildon-file-system-obex.c		\
+	$(hildonfm_built_headers)		\
+	$(hildonfm_built_cfiles)
 
 hildonwidgetsincludeinstdir=$(includedir)/hildon-fm/hildon-widgets
 hildonwidgetsincludeinst_DATA = \


More information about the maemo-commits mailing list