Skip to content
Snippets Groups Projects
Commit 8ae6679f authored by red-agent's avatar red-agent
Browse files

Added the new command system to the build system

parent 030738db
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,17 @@ gajimsrc3dir = $(pkgdatadir)/src/common/zeroconf
gajimsrc3_PYTHON = \
$(srcdir)/common/zeroconf/*.py
gajimsrc4dir = $(pkglibdir)/src/commands
gajimsrc4_PYTHON = \
$(srcdir)/commands/*.py
DISTCLEANFILES =
EXTRA_DIST = $(gajimsrc_PYTHON) \
$(gajimsrc1_PYTHON) \
$(gajimsrc2_PYTHON) \
$(gajimsrc3_PYTHON) \
$(gajimsrc4_PYTHON) \
eggtrayicon.c \
trayiconmodule.c \
eggtrayicon.h \
......
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