From dcf60484f99dd961f8d11cb14cb3efd6ca576cf5 Mon Sep 17 00:00:00 2001 From: Alex Badea Date: Fri, 11 Jun 2010 22:22:46 +0300 Subject: [PATCH] build: install shell script The Right Way (tm) --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 440b04f..86908a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ -bin_PROGRAMS = espeaktimed espeaktime-now.sh +bin_SCRIPTS = espeaktime-now.sh +bin_PROGRAMS = espeaktimed espeaktimed_SOURCES = daemon.c espeaktimed_CFLAGS = $(GLIB_CFLAGS) $(DBUS_CFLAGS) $(MCE_CFLAGS) $(HAL_CFLAGS) espeaktimed_LDADD = $(GLIB_LIBS) $(DBUS_LIBS) $(MCE_LIBS) $(HAL_LIBS) -# Nothing to do, we just want it installed. -espeaktime-now.sh: -- 1.7.9.5