summaryrefslogtreecommitdiffstats
path: root/mount/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* swapon: does not correctly deal with symlinksKarel Zak2007-02-091-1/+1
| | | | | From: Marco d'Itri <md@Linux.IT> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove DEFAULT_INCLUDES workaroundKarel Zak2007-01-041-6/+7
| | | | | | | | | | The automake stuff uses "-I.". as a default gcc option for includes. This is a problem for source code where is local includes with a same name like system includes (e.g. mntent.h, paths.h). Possible workaround is overwrite the automake DEFAULT_INCLUDES variable. But this solution produces warnings. The best way (this patch) is probably rename the files and remove DEFAULT_INCLUDES. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add missing filesKarel Zak2007-01-041-5/+15
| | | | | | | This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre4 tarball.Karel Zak2006-12-071-3/+4
|
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-0/+52