mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
tests: fix build of tests when the build directory is outside source tree (closes #178)
(cherry picked from commit f39b37351c)
This commit is contained in:
+7
-7
@@ -32,13 +32,13 @@ extern "C"
|
||||
#ifndef HAVE_CONFIG_H
|
||||
#define HAVE_CONFIG_H
|
||||
#endif
|
||||
#include "../src/core/weechat.h"
|
||||
#include "../src/core/wee-hook.h"
|
||||
#include "../src/core/wee-input.h"
|
||||
#include "../src/core/wee-string.h"
|
||||
#include "../src/plugins/plugin.h"
|
||||
#include "../src/gui/gui-main.h"
|
||||
#include "../src/gui/gui-buffer.h"
|
||||
#include "src/core/weechat.h"
|
||||
#include "src/core/wee-hook.h"
|
||||
#include "src/core/wee-input.h"
|
||||
#include "src/core/wee-string.h"
|
||||
#include "src/plugins/plugin.h"
|
||||
#include "src/gui/gui-main.h"
|
||||
#include "src/gui/gui-buffer.h"
|
||||
|
||||
extern void gui_main_init ();
|
||||
extern void gui_main_loop ();
|
||||
|
||||
Reference in New Issue
Block a user