summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-05-24 12:52:14 +0000
committerguanglei <guanglei>2006-05-24 12:52:14 +0000
commite5c899dc4a42a8b84f42f3e6dd5a8bb3ec14a1d0 (patch)
treed1545ba919742899687ce629fa406c60b753acfa
parent5b022d73dbadc6570ee59ed62d0e18a9937b627d (diff)
downloadsystemtap-steved-e5c899dc4a42a8b84f42f3e6dd5a8bb3ec14a1d0.tar.gz
systemtap-steved-e5c899dc4a42a8b84f42f3e6dd5a8bb3ec14a1d0.tar.xz
systemtap-steved-e5c899dc4a42a8b84f42f3e6dd5a8bb3ec14a1d0.zip
add src/runtime/lket/b2a/Makefile
-rw-r--r--runtime/lket/b2a/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/lket/b2a/Makefile b/runtime/lket/b2a/Makefile
new file mode 100644
index 00000000..3cb39c8a
--- /dev/null
+++ b/runtime/lket/b2a/Makefile
@@ -0,0 +1,5 @@
+all:
+ gcc -O2 -D_GNU_SOURCE -Wall lket_b2a.c -o b2a `pkg-config --cflags --libs glib-2.0`
+clean:
+ rm -f b2a
+