summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b21231a..db77456c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,6 +87,11 @@ stamp-elfutils: config.status
stap_DEPENDENCIES = lib-elfutils/libdw.so
lib-elfutils/libdw.so: stamp-elfutils ;
+pkglib_LIBRARIES = libsduprobes.a
+libsduprobes_a_SOURCES = runtime/sduprobes.c
+sduprobes.o: runtime/sduprobes.c
+ $(CC) -g -O0 -c -o $@ $<
+
PHONIES += install-elfutils
install-elfutils:
mkdir -p $(DESTDIR)$(pkglibdir)