From 3e7f9c00c55b795def0c70fd2de5fc37aa2495ca Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 14 Sep 2012 14:20:03 -0500 Subject: Add a small binary to be the wrapper --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e8cec00..1325ca5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,19 @@ uccsconfigure-session: uccsconfigure-session.in EXTRA_DIST += uccsconfigure-session.in CLEANFILES += uccsconfigure-session +############################### +# The session wrapper +############################### + +pkglibexec_PROGRAMS = \ + uccsconfigure-session-wrapper + +uccsconfigure_session_wrapper_SOURCES = \ + uccsconfigure-session-wrapper.c +uccsconfigure_session_wrapper_CFLAGS = \ + -DPKGDATADIR="\"$(pkgdatadir)\"" \ + -Wall -Werror + ############################### # Apparmor for session script ############################### -- cgit v1.2.3