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 5734f9a7..c4a7f4a0 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -13,7 +13,8 @@ libirc_notifylist_a_SOURCES = \ notify-setup.c \ notify-whois.c -noinst_HEADERS = \ +pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist +pkginc_irc_notifylist_HEADERS = \ notifylist.h \ notify-setup.h \ module.h |