diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-12T13·44-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-02-07T20·56-0500 |
commit | f7b7df8d1fcb41156fe92ef2ecf5b17074b88446 (patch) | |
tree | f82182ef4ca466809089e462e3261bce30055ef4 /perl/Makefile.config.in | |
parent | 418a837897e597c5dc2eb4e458462bd04b2abde7 (diff) |
Add nix-perl package for the perl bindings
Diffstat (limited to 'perl/Makefile.config.in')
-rw-r--r-- | perl/Makefile.config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/Makefile.config.in b/perl/Makefile.config.in new file mode 100644 index 000000000000..901d1283e551 --- /dev/null +++ b/perl/Makefile.config.in @@ -0,0 +1,19 @@ +CC = @CC@ +CFLAGS = @CFLAGS@ +CXX = @CXX@ +CXXFLAGS = @CXXFLAGS@ +HAVE_SODIUM = @HAVE_SODIUM@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +SODIUM_LIBS = @SODIUM_LIBS@ +NIX_CFLAGS = @NIX_CFLAGS@ +NIX_LIBS = @NIX_LIBS@ +nixbindir = @nixbindir@ +curl = @curl@ +nixlibexecdir = @nixlibexecdir@ +nixlocalstatedir = @nixlocalstatedir@ +perl = @perl@ +perllibdir = @perllibdir@ +nixstoredir = @nixstoredir@ +nixsysconfdir = @nixsysconfdir@ +perlbindings = @perlbindings@ |