diff options
author | pixel <pixel> | 2002-12-06 18:56:46 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-06 18:56:46 +0000 |
commit | 99447043a97d4b54cfdf3c44d5866a5d59268c43 (patch) | |
tree | d757ccfc7d3c4a7b22343fe3ff0ee5eb6f0d626c /include | |
parent | e3e6c1d7688b350046fe3fe7c862f3b3a8c879c9 (diff) |
Commit of the day.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index d50604f..46f0bc0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,6 @@ -#includedir = $(prefix)/include/@PACKAGE@ pkginclude_HEADERS = \ Exceptions.h Handle.h String.h Output.h Socket.h HttpServ.h Variables.h Menu.h \ Action.h Message.h Form.h Confirm.h Table.h IRC.h Task.h Buffer.h \ CopyJob.h ReadJob.h Regex.h TaskMan.h InPipe.h OutPipe.h Input.h Image.h Main.h + +noinst_HEADERS = gettext.h |