aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-13 17:01:43 -0700
committerTimothy Gu <timothygu99@gmail.com>2014-09-13 17:03:07 -0700
commit2d6c00722652589b6c2532d9e9a43417d29612c1 (patch)
tree04bd767f7fb6de394a21d60d5d487ac41b5af2a3 /Makefile.am
parentcf56306383935c6123f1ab70fcb73c850e301819 (diff)
downloaddlfcn-win32-2d6c00722652589b6c2532d9e9a43417d29612c1.tar.gz
dlfcn-win32-2d6c00722652589b6c2532d9e9a43417d29612c1.tar.bz2
dlfcn-win32-2d6c00722652589b6c2532d9e9a43417d29612c1.zip
Add autotools build system
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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 @@
1ACLOCAL_AMFLAGS = -I m4
2
3lib_LTLIBRARIES = libdl.la
4libdl_la_SOURCES = dlfcn.c
5libdl_la_LDFLAGS = -no-undefined
6include_HEADERS = dlfcn.h \ No newline at end of file