diff options
author | pixel <pixel> | 2002-12-07 01:54:26 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-07 01:54:26 +0000 |
commit | fb7eda9bf21a5c2ad4058ab991274339d66f4978 (patch) | |
tree | e367948004b4631eb8ed41ba364ac2be5e5a3251 | |
parent | 98d988669812e8eb68a6c7ac5cc13e78d08f5532 (diff) |
Grmf
-rw-r--r-- | include/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 46f0bc0..8f7579a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,6 +1,7 @@ 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 +Action.h Message.h Form.h Confirm.h Table.h IRC.h Task.h Buffer.h generic.h \ +CopyJob.h ReadJob.h Regex.h TaskMan.h InPipe.h OutPipe.h Input.h Image.h \ +Main.h Color.h noinst_HEADERS = gettext.h |