Skip to content
Snippets Groups Projects
Commit 2d5ab4ef authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

re-add a Makefile.am in plugins dir that includes nothing in the generated...

re-add a Makefile.am in plugins dir that includes nothing in the generated tarball, but that installs plugins in this directory.
parent 71e495b5
No related branches found
No related tags found
No related merge requests found
SUBDIRS = src data po icons
SUBDIRS = src data po icons plugins
ACLOCAL_AMFLAGS = -I m4
......
......@@ -79,6 +79,7 @@ AC_CONFIG_FILES([
scripts/gajim-remote:scripts/gajim.in
scripts/gajim-history-manager:scripts/gajim.in
po/Makefile.in
plugins/Makefile
])
AC_OUTPUT
echo "
......
INCLUDES = \
$(PYTHON_INCLUDES)
gajimpluginsdir = $(gajim_pluginsdir)
dist_gajimplugins_PYTHON =
nobase_gajimplugins_DATA = \
$(srcdir)/*/*.py \
$(srcdir)/*/manifest.ini \
$(srcdir)/*/*.ui \
$(srcdir)/*/*.png
MAINTAINERCLEANFILES = Makefile.in
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment