Remove "lib" prefix from .c/.h file names
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Aug 2011 00:46:35 +0000 (20:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Aug 2011 00:46:35 +0000 (20:46 -0400)
commit50ecdf72034d220d3b0300d0caa13e6946be555b
tree23329138e91065690cbd15ba0da36c53d6f278f1
parentca3c5ac0cf100d80352a1a81936b5adc47942f35
Remove "lib" prefix from .c/.h file names

This is uncommon. "lib" prefix is only needed for the library name.
Let's keep the lib prefix for source tree directory names for clarity
though.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15 files changed:
libkernelctl/Makefile.am
libkernelctl/kernelctl.c [new file with mode: 0644]
libkernelctl/kernelctl.h [new file with mode: 0644]
libkernelctl/libkernelctl.c [deleted file]
libkernelctl/libkernelctl.h [deleted file]
liblttkconsumerd/Makefile.am
liblttkconsumerd/liblttkconsumerd.c [deleted file]
liblttkconsumerd/liblttkconsumerd.h [deleted file]
liblttkconsumerd/lttkconsumerd.c [new file with mode: 0644]
liblttkconsumerd/lttkconsumerd.h [new file with mode: 0644]
liblttngctl/Makefile.am
liblttngctl/liblttngctl.c [deleted file]
liblttngctl/lttngctl.c [new file with mode: 0644]
ltt-kconsumerd/ltt-kconsumerd.c
ltt-sessiond/kernel-ctl.c
This page took 0.027581 seconds and 4 git commands to generate.