diff options
author | Paul Smith <psmith@gnu.org> | 2000-02-05 07:50:47 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-02-05 07:50:47 +0000 |
commit | 90f23f1ea6e436d681db81aa80edb7a763de2b12 (patch) | |
tree | 46bec7ceab500e7b088994e773d336d5c1f89915 /Makefile.am | |
parent | 9b0a3d91ea594ff1afe7b8ec83ff41ba828d243b (diff) | |
download | gunmake-90f23f1ea6e436d681db81aa80edb7a763de2b12.tar.gz |
* Updates for VMS, Windows, and DOS ports.
* Clean up some warnings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ed497c..08db1a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ MAKE_HOST = @MAKE_HOST@ # --------------- Internationalization Section -POTFILES = $(SRCS) remote-cstms.c +POTFILES = $(SRCS) remote-cstms.c vmsfunctions.c localedir = $(prefix)/share/locale aliaspath = $(localedir):. |