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:
parent
bf19ffb910
commit
35d4f42466
@ -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
|
||||
|
@ -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);
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user