diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1c8ce13 --- /dev/null +++ b/Makefile.am | |||
@@ -0,0 +1,6 @@ | |||
1 | ACLOCAL_AMFLAGS = -I m4 | ||
2 | |||
3 | lib_LTLIBRARIES = libdl.la | ||
4 | libdl_la_SOURCES = dlfcn.c | ||
5 | libdl_la_LDFLAGS = -no-undefined | ||
6 | include_HEADERS = dlfcn.h \ No newline at end of file | ||