diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-14 17:44:20 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-14 17:44:20 +0200 |
commit | 58fbbbca5a1f6b94885ce47e46c28e1cd03583d7 (patch) | |
tree | a9c53614295d8a6733f356679c0b633c5ce48e7c /src/Makefile.am | |
parent | 1a4696492e3cd478080e438950a7664a68fefcd6 (diff) | |
download | extlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.gz extlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.bz2 |
move to autotools
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..f51de0c --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,4 @@ +lib_LTLIBRARIES = libextlib.la +libextlib_la_SOURCES = constraint_handler.c extlib.c extstring.c memset_s.c +libextlib_la_LDFLAGS = -version-info 1:0:0 +include_HEADERS = extlib.h |