[maemo-commits] [maemo-commits] r18043 - projects/haf/trunk/maemo-launcher/launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 9 10:06:11 EEST 2009
Author: makarhun
Date: 2009-04-09 10:06:09 +0300 (Thu, 09 Apr 2009)
New Revision: 18043

Modified:
   projects/haf/trunk/maemo-launcher/launcher/Makefile.am
Log:
use native cpp booster

Modified: projects/haf/trunk/maemo-launcher/launcher/Makefile.am
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/Makefile.am	2009-04-09 07:05:22 UTC (rev 18042)
+++ projects/haf/trunk/maemo-launcher/launcher/Makefile.am	2009-04-09 07:06:09 UTC (rev 18043)
@@ -44,11 +44,9 @@
 booster_PROGRAMS += booster-cpp.so
 endif
 
-booster_cpp_so_SOURCES = booster_cpp.c
-booster_cpp_so_CFLAGS = -fPIC
+booster_cpp_so_SOURCES = booster_cpp.cpp
+booster_cpp_so_CPPFLAGS = -fPIC
 booster_cpp_so_LDFLAGS = -shared -fPIC
-booster_cpp_so_CPPFLAGS = $(BOOSTER_CPP_CFLAGS)
-booster_cpp_so_LDADD = $(BOOSTER_CPP_LIBS) -lstdc++
 
 bin_PROGRAMS = maemo-launcher maemo-invoker maemo-summoner
 


More information about the maemo-commits mailing list