From e56a95f64c9c9f57adebf6cb3e6c88790cec40e4 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 14 Aug 2007 17:03:00 -0400 Subject: move tools out of linux subdirectory since they apparently work on solaris --- tools/linux/Makefile.am | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'tools/linux/Makefile.am') diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am index 1965dc4..0830734 100644 --- a/tools/linux/Makefile.am +++ b/tools/linux/Makefile.am @@ -23,38 +23,6 @@ INCLUDES = \ $(TOOLS_CFLAGS) \ $(NULL) -libexec_PROGRAMS = \ - ck-collect-session-info \ - ck-get-x11-server-pid \ - ck-get-x11-display-device \ - $(NULL) - -ck_collect_session_info_SOURCES = \ - ck-collect-session-info.c \ - $(NULL) - -ck_collect_session_info_LDADD = \ - $(TOOLS_LIBS) \ - $(top_builddir)/src/libckproc.la\ - $(NULL) - -ck_get_x11_server_pid_SOURCES = \ - ck-get-x11-server-pid.c \ - $(NULL) - -ck_get_x11_server_pid_LDADD = \ - $(TOOLS_LIBS) \ - $(top_builddir)/src/libckproc.la\ - $(NULL) - -ck_get_x11_display_device_SOURCES = \ - ck-get-x11-display-device.c \ - $(NULL) - -ck_get_x11_display_device_LDADD = \ - $(TOOLS_LIBS) \ - $(top_builddir)/src/libckproc.la\ - $(NULL) EXTRA_DIST = \ $(NULL) -- cgit