Skip to content

Commit 0afb108

Browse files
committed
Restore missing makefile.am
1 parent c9e718c commit 0afb108

2 files changed

Lines changed: 9 additions & 673 deletions

File tree

src/Makefile.am

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)