From 2554d5b615101011c09c4786b8a18216ec0909e2 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 25 May 2010 13:00:04 -0400 Subject: config: unconditionaly build synclient and syndaemon apps The current conditional building of the apps was introduced by commit 080caee95c46bb471d1442dcab246460cad8c7be due to optional support properties. This is no longer an issue. There are no longer any reason not to build these bona fide apps. Signed-off-by: Gaetan Nadon --- tools/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index b7421fb..23b083a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -18,10 +18,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -if BUILD_TOOLS -bin_PROGRAMS = \ - synclient \ - syndaemon +bin_PROGRAMS = synclient syndaemon AM_CPPFLAGS = -I$(top_srcdir)/include -I$(sdkdir) AM_CFLAGS = $(XI_CFLAGS) @@ -32,7 +29,4 @@ synclient_SOURCES = synclient.c syndaemon_SOURCES = syndaemon.c syndaemon_CFLAGS = $(AM_CFLAGS) $(XTST_CFLAGS) syndaemon_LDFLAGS = $(AM_LDFLAGS) $(XTST_LIBS) -else -all: - @echo "Not building syndaemon and synclient." -endif + -- cgit v1.2.3