summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-05 17:15:44 +0100
committerSlávek Banko <[email protected]>2019-12-07 15:50:18 +0100
commit09adecfa179ec950cb9f7b7801a02c155aad55f8 (patch)
tree983de369ccec3b55d432ed6c5d6e73a18d7b189b /src/Makefile.am
parent3cf756dbadb30e592510e385afe9dd92ae1e4b08 (diff)
downloadkaffeine-mozilla-09adecfa179ec950cb9f7b7801a02c155aad55f8.tar.gz
kaffeine-mozilla-09adecfa179ec950cb9f7b7801a02c155aad55f8.zip
Add NSPR detection to get path to includes directory.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 09b0af1392cdcdbc470765c33654ea084f112a05)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a0227fa..8a6d324 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = npapi.h npunix.c npupp.h plugin.c plugin.h
-AM_CFLAGS = @CFLAGS@ $(X_CFLAGS)
+AM_CFLAGS = @CFLAGS@ $(X_CFLAGS) $(NSPR_CFLAGS)
lib_LTLIBRARIES = kaffeineplugin.la