diff options
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index ca7f866..6109711 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,2 +1,4 @@ -include_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 +include_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 |