diff options
author | TingPing <tingping@tingping.se> | 2015-02-15 15:20:38 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2015-02-15 15:20:38 -0500 |
commit | c87f559334112fe8282031249a909fe73ef66590 (patch) | |
tree | de527eb4bdce19553e8ba6b0711c038406831d76 /src/common | |
parent | 8ca96d7ea3ec0281802eb08174ca2fdcbcc8263f (diff) |
Fix distfiles
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index ea941671..75aa12bc 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -16,7 +16,6 @@ EXTRA_DIST = \ hexchatc.h \ hexchat-plugin.h \ history.h \ - identd.c \ ignore.h \ inbound.h \ inet.h \ @@ -34,6 +33,7 @@ EXTRA_DIST = \ ssl.h \ ssl.c \ text.h \ + typedef.h \ textenums.h \ textevents.h \ textevents.in \ |