diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-28 22:53:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-28 22:53:34 +0100 |
commit | 998db86f455b90f8cc39042a10f48324f29ce0ba (patch) | |
tree | a3be49fbed7e2990cec6dadc4dba93aa18d2427f /src/plugins/jabber | |
parent | 85495d4b9582de474209f739928323b12bb5ffe7 (diff) | |
download | weechat-998db86f455b90f8cc39042a10f48324f29ce0ba.zip |
Add cmake files in package built by autotools
Diffstat (limited to 'src/plugins/jabber')
-rw-r--r-- | src/plugins/jabber/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/jabber/Makefile.am b/src/plugins/jabber/Makefile.am index fb8d38975..c5d1f1f4b 100644 --- a/src/plugins/jabber/Makefile.am +++ b/src/plugins/jabber/Makefile.am @@ -53,3 +53,5 @@ jabber_la_SOURCES = jabber.c \ jabber_la_LDFLAGS = -module jabber_la_LIBADD = $(JABBER_LFLAGS) $(GNUTLS_LFLAGS) $(IKSEMEL_LFLAGS) + +EXTRA_DIST = CMakeLists.txt |