summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-08-14 16:55:24 -0400
committerWilliam Jon McCann <mccann@jhu.edu>2007-08-14 16:55:24 -0400
commitdc97e6caabc9932922d26f3400424626462f5ad2 (patch)
tree250a4e6ea082d9d5ae44752c8fcfe9ca3faedc79 /tools
parente6cf0e022d391154baed5ec30e857baffe52b437 (diff)
make a lt library for proc stuff
Diffstat (limited to 'tools')
-rw-r--r--tools/linux/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am
index 4b570a7..1965dc4 100644
--- a/tools/linux/Makefile.am
+++ b/tools/linux/Makefile.am
@@ -30,13 +30,12 @@ libexec_PROGRAMS = \
$(NULL)
ck_collect_session_info_SOURCES = \
- $(top_srcdir)/src/proc.h \
- $(top_srcdir)/src/proc-linux.c \
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 = \
@@ -45,16 +44,16 @@ ck_get_x11_server_pid_SOURCES = \
ck_get_x11_server_pid_LDADD = \
$(TOOLS_LIBS) \
+ $(top_builddir)/src/libckproc.la\
$(NULL)
ck_get_x11_display_device_SOURCES = \
- $(top_srcdir)/src/proc.h \
- $(top_srcdir)/src/proc-linux.c \
ck-get-x11-display-device.c \
$(NULL)
ck_get_x11_display_device_LDADD = \
$(TOOLS_LIBS) \
+ $(top_builddir)/src/libckproc.la\
$(NULL)
EXTRA_DIST = \