From 858e43dea92474f0e48975b0cae9d9d84809f4b3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 29 Jun 2007 11:15:36 +0000 Subject: Add the native factory by bertf --- (limited to 'bin/Makefile.am') diff --git a/bin/Makefile.am b/bin/Makefile.am index ffbc7bb..ecc0e0d 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,6 +1,12 @@ 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 \ -- cgit v0.9.1