diff options
author | Nikias Bassen | 2023-04-21 12:51:28 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-04-21 12:51:28 +0200 |
commit | 6e65e1bfb487a893a4d8dbd2a812686677ad784d (patch) | |
tree | be1f9b64836101635a3491ecdab0bf8ad62319db /test/Makefile.am | |
parent | 56c59b7ec723e223526367a5e7175c7e279ad3b3 (diff) | |
download | libplist-6e65e1bfb487a893a4d8dbd2a812686677ad784d.tar.gz libplist-6e65e1bfb487a893a4d8dbd2a812686677ad784d.tar.bz2 |
Fix build
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5d31f5a..3fa1855 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,6 +2,7 @@ AM_CFLAGS = \ $(GLOBAL_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/libcnary/include +AM_CPPFLAGS = $(AM_CFLAGS) AM_LDFLAGS = |