summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-01-21config: Set automake options consistently in one locationRhys Kidd1-2/+0
Avoid use of two manners of setting automake configuration options, and consolidate them into AM_INIT_AUTOMAKE macro. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
2019-01-21config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'Rhys Kidd1-0/+3
As suggested by one tool called by autoreconf. Necessitates change to: - configure.ac: Call AC_CONFIG_MACRO_DIR() - Makefile.am: Set ACLOCAL_AMFLAGS = -I m4 - Create placeholder m4 folders - Update gitignore files >From the autoconf documentation: "Starting from version 2.58, autoconf provide the macro AC_CONFIG_MACRO_DIR to declare where additional macro files are to be put and found. The argument passed to this macro is commonly m4." https://autotools.io/autoconf/macros.html Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
2013-06-12update makefiles for make distcheckMaarten Lankhorst1-6/+9
2010-04-06Fix "make dist".Rico Tzschichholz1-1/+1
- remove README.NV1 reference from Makefile.am - add nv_rop.h to src/Makefile.am Signed-off-by: Francisco Jerez <currojerez@riseup.net>
2008-10-10git-log is no longer valid for git 1.6, switch to git log.Maarten Maathuis1-1/+1
2006-06-19Generate the ChangeLog from git history for dist.Aaron Plattner1-1/+7
2005-10-04Link nvidida readme file into nvidia driver, Exclude duplicated neomagicSøren Sandmann Pedersen1-0/+2
readme
2005-07-26Build system for nvSøren Sandmann Pedersen1-0/+22