summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-15 06:11:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-15 06:11:47 (GMT)
commitf252166690f537cdf6853e45a6dc21ed058d0360 (patch)
treee9b6264f630034135d81e635844e8b2775345cde /src/common/Makefile.am
parent7358dc2001d27d3c5a0c0fe39288b1a310a6d89e (diff)
Define all function attributes in a centralized header.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 9d0885e..af18ab8 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -55,6 +55,7 @@ endif
libcommon4_la_SOURCES = \
asm.h asm.c \
bits.h bits.c \
+ compiler.h \
extstr.h extstr.c \
pathname.h pathname.c \
xdg.h xdg.c