aboutsummaryrefslogtreecommitdiffstats
path: root/extension/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Move libtool from top configure.ac into extension directory.Andrew J. Schorr2012-05-211-2/+6
|
* Rewrite extension/Makefile.amAndrew J. Schorr2012-03-251-39/+23
|
* Minor fix to extension/Makefile.amAndrew J. Schorr2012-03-211-1/+1
|
* - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-0/+73
libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.