mu: avoid some linker errors on MacOS

This commit is contained in:
Dirk-Jan C. Binnema
2020-10-31 14:35:50 +02:00
parent f4282d9535
commit 7353c87778
3 changed files with 25 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
** Copyright (C) 2011-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2011-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by the
@ -21,6 +21,8 @@
#include <config.h>
#endif /*HAVE_CONFIG_H*/
#include "mu-guile-message.h"
#include <glib-object.h>
#include <libguile.h>

View File

@ -1,5 +1,5 @@
/*
** Copyright (C) 2011-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2011-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by the
@ -33,7 +33,6 @@ G_BEGIN_DECLS
*/
void* mu_guile_message_init (void *data);
G_END_DECLS
#endif /*__MU_GUILE_MESSAGE_H__*/