We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e718c commit 0afb108Copy full SHA for 0afb108
2 files changed
src/Makefile.am
@@ -0,0 +1,9 @@
1
+#bin_PROGRAMS = syscall_interceptor
2
+#syscall_interceptor_SOURCES = main.c
3
+#syscall_interceptor_CFLAGS = -lsyscall_intercept
4
+
5
+lib_LTLIBRARIES = libsyscall_interceptor.la
6
+libsyscall_interceptor_la_SOURCES = main.c
7
+libsyscall_interceptor_la_CFLAGS = -fpic -lsyscall_intercept
8
+libsyscall_interceptor_la_LDFLAGS = -version-info 1:0:0
9
0 commit comments