1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Renamed api module -> plugins

This commit is contained in:
James Booth 2013-08-03 00:43:05 +01:00
parent bf19ffb910
commit 35d4f42466
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ profanity_SOURCES = \
src/config/accounts.c src/config/accounts.h \
src/config/preferences.c src/config/preferences.h \
src/config/theme.c src/config/theme.h \
src/api/apu.h src/api/api.c
src/plugins/api.h src/plugins/api.c
TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite
@ -49,7 +49,7 @@ tests_testsuite_SOURCES = \
src/config/accounts.c src/config/accounts.h \
src/config/preferences.c src/config/preferences.h \
src/config/theme.c src/config/theme.h \
src/api/apu.h src/api/api.c \
src/plugins/api.h src/plugins/api.c \
tests/test_roster.c tests/test_common.c tests/test_history.c \
tests/test_autocomplete.c tests/testsuite.c tests/test_parser.c \
tests/test_jid.c

View File

@ -22,7 +22,7 @@
#include <Python.h>
#include "api/api.h"
#include "plugins/api.h"
#include "ui/ui.h"
static GSList* _get_module_names(void);

View File

@ -31,7 +31,7 @@
#include "profanity.h"
#include "api/api.h"
#include "plugins/api.h"
#include "chat_session.h"
#include "config/accounts.h"
#include "config/preferences.h"