Skip to content

Commit 2fd90ad

Browse files
committed
Fix internal.h including wrong libnex_config.h
1 parent afe37ff commit 2fd90ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/GettextHelp.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ function(gettext_files)
134134
endforeach()
135135

136136
# Create target
137-
add_custom_target(translate ALL
137+
add_custom_target(translate_${__GETTEXT_ARG_DOMAIN} ALL
138138
DEPENDS ${__GETTEXT_DEPENDS})
139139
endfunction()

src/internal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "internal.h"
20-
#include <libnex_config.h>
20+
#include <libnex/libnex_config.h>
2121
#include <stdbool.h>
2222

2323
#ifdef LIBNEX_ENABLE_NLS

src/internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define _LIBNEX_INTERNAL_H
2121

2222
#include <libintl.h>
23-
#include <libnex_config.h>
23+
#include <libnex/libnex_config.h>
2424
#include <locale.h>
2525

2626
// Initializes internationalization for libnex

src/po/libnex.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2022-07-15 09:31-0400\n"
11+
"POT-Creation-Date: 2022-07-16 08:09-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)