diff options
Diffstat (limited to 'src/irc/notifylist')
-rw-r--r-- | src/irc/notifylist/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am index 169f7ce6..942314ec 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \ noinst_HEADERS = \ notifylist.h \ - notify-setup.h + notify-setup.h \ + module.h |