diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
commit | e8684643a28f1bf6a0839bf6a0c10f630c0f6335 (patch) | |
tree | f10894df45bb5e1a6ea14d58172685f2cb31954b /modules/xgetcwd | |
parent | 5d5ff3383fd81451220601edadd9fc65018f5c0b (diff) | |
download | gnulib-e8684643a28f1bf6a0839bf6a0c10f630c0f6335.tar.gz |
Distribute all lib/* source files through EXTRA_DIST.
Diffstat (limited to 'modules/xgetcwd')
-rw-r--r-- | modules/xgetcwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xgetcwd b/modules/xgetcwd index 5da4d234b5..23dc5962d0 100644 --- a/modules/xgetcwd +++ b/modules/xgetcwd @@ -15,7 +15,7 @@ configure.ac: gl_XGETCWD Makefile.am: -EXTRA_DIST += xgetcwd.h +EXTRA_DIST += xgetcwd.h xgetcwd.c Include: "xgetcwd.h" |