We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c40e9a commit bf9570eCopy full SHA for bf9570e
liblastlog2/meson.build
@@ -3,6 +3,7 @@ pkg = import('pkgconfig')
3
dir_liblastlog2 = include_directories('src')
4
lib_lastlog2_sources = '''
5
src/lastlog2.h
6
+ src/lastlog2P.h
7
src/lastlog2.c
8
'''.split()
9
liblastlog2/src/Makemodule.am
@@ -5,7 +5,8 @@ lastlog2inc_HEADERS = liblastlog2/src/lastlog2.h
usrlib_exec_LTLIBRARIES += liblastlog2.la
liblastlog2_la_SOURCES = \
- liblastlog2/src/lastlog2.c
+ liblastlog2/src/lastlog2.c \
+ liblastlog2/src/lastlog2P.h
10
11
EXTRA_liblastlog2_la_DEPENDENCIES = \
12
liblastlog2/src/liblastlog2.sym
0 commit comments