mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #964 from ailin-nemui/fixes
fix duplicate include guard and link libs of test
This commit is contained in:
commit
bc1d82a757
@ -1,5 +1,5 @@
|
|||||||
#ifndef __FE_CHANNELS_H
|
#ifndef __FE_SETTINGS_H
|
||||||
#define __FE_CHANNELS_H
|
#define __FE_SETTINGS_H
|
||||||
|
|
||||||
void fe_settings_set_print(const char *key);
|
void fe_settings_set_print(const char *key);
|
||||||
|
|
||||||
|
@ -33,8 +33,7 @@ test_796_LDADD = \
|
|||||||
../../../src/fe-common/core/libfe_common_core.a \
|
../../../src/fe-common/core/libfe_common_core.a \
|
||||||
../../../src/core/libcore.a \
|
../../../src/core/libcore.a \
|
||||||
../../../src/lib-config/libirssi_config.a \
|
../../../src/lib-config/libirssi_config.a \
|
||||||
@GLIB_LIBS@ \
|
@PROG_LIBS@
|
||||||
@OPENSSL_LIBS@
|
|
||||||
|
|
||||||
test_796_SOURCES = \
|
test_796_SOURCES = \
|
||||||
test-796.c
|
test-796.c
|
||||||
|
Loading…
Reference in New Issue
Block a user