[maemo-commits] [maemo-commits] r14305 - in projects/haf/trunk/maemo-launcher: . launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 3 22:12:00 EEST 2007
Author: guillem
Date: 2007-10-03 22:11:58 +0300 (Wed, 03 Oct 2007)
New Revision: 14305

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/launcher/Makefile.am
Log:
Fix make dist


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2007-10-03 15:02:25 UTC (rev 14304)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2007-10-03 19:11:58 UTC (rev 14305)
@@ -1,5 +1,13 @@
 2007-10-03  Guillem Jover  <guillem.jover at nokia.com>
 
+	* launcher/Makefile.am (dist_pkgconfig_DATA): Rename to ...
+	(pkgconfig_DATA): ... this.
+	(dist_man_MANS): Rename to ...
+	(man_MANS): ... this.
+	(EXTRA_DIST): New variable.
+
+2007-10-03  Guillem Jover  <guillem.jover at nokia.com>
+
 	* launcher/launcher.c (alloc_childs): Free childs in case the malloc
 	for childs->list failed.
 

Modified: projects/haf/trunk/maemo-launcher/launcher/Makefile.am
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/Makefile.am	2007-10-03 15:02:25 UTC (rev 14304)
+++ projects/haf/trunk/maemo-launcher/launcher/Makefile.am	2007-10-03 19:11:58 UTC (rev 14305)
@@ -33,7 +33,7 @@
 bin_PROGRAMS = maemo-launcher maemo-invoker maemo-summoner
 
 pkgconfigdir = $(libdir)/pkgconfig
-dist_pkgconfig_DATA = \
+pkgconfig_DATA = \
 	maemo-launcher-app.pc \
 	maemo-launcher-booster.pc
 
@@ -65,5 +65,15 @@
 maemo_summoner_CPPFLAGS = -DPROG_NAME="\"maemo-summoner\""
 maemo_summoner_LDADD = -ldl
 
-dist_man_MANS = maemo-launcher.1 maemo-invoker.1 maemo-summoner.1
+man_MANS = \
+	maemo-launcher.1 \
+	maemo-invoker.1 \
+	maemo-summoner.1
 
+EXTRA_DIST = \
+	booster.pc.in \
+	launcher.pc.in \
+	launcher.1.in \
+	invoker.1.in \
+	summoner.1.in
+


More information about the maemo-commits mailing list