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/scripts/perl/Makefile.am | |
parent | 85495d4b9582de474209f739928323b12bb5ffe7 (diff) | |
download | weechat-998db86f455b90f8cc39042a10f48324f29ce0ba.zip |
Add cmake files in package built by autotools
Diffstat (limited to 'src/plugins/scripts/perl/Makefile.am')
-rw-r--r-- | src/plugins/scripts/perl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scripts/perl/Makefile.am b/src/plugins/scripts/perl/Makefile.am index f5c862b7c..a96a4e9ca 100644 --- a/src/plugins/scripts/perl/Makefile.am +++ b/src/plugins/scripts/perl/Makefile.am @@ -26,3 +26,5 @@ perl_la_SOURCES = weechat-perl.c \ weechat-perl-api.h perl_la_LDFLAGS = -module perl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS) + +EXTRA_DIST = CMakeLists.txt |