Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-08 12:56:12 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-08 12:56:12 (GMT)
commit6ebe910e93792c046912acb962496f20f323d93f (patch)
tree87527c39edd0304ab1bf905dbb7cc5886c7bd03a /bin/Makefile.am
parent6a4f83d37c0152319deedc7ed50a352f2f15e05c (diff)
In preparation of enabling rainbow by default, remove
the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it.
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index ecc0e0d..69efe43 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,16 +1,9 @@
sugardir = $(pkgdatadir)/bin
sugar_SCRIPTS = sugar-activity-factory
-bin_PROGRAMS = sugar-native-factory
-
-sugar_native_factory_SOURCE = sugar-native-factory.c
-sugar_native_factory_CFLAGS = $(NATIVE_FACTORY_CFLAGS)
-sugar_native_factory_LDADD = $(NATIVE_FACTORY_LIBS)
-
bin_SCRIPTS = \
sugar \
sugar-activity \
- sugar-activity-factory \
sugar-install-bundle
EXTRA_DIST = \