mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
8b8ee53bc7
The integer constant ‘langVersion’ denotes the current language version. It gets increased every time a language feature is added/changed/removed. It's currently 1. The string constant ‘nixVersion’ contains the current Nix version, e.g. "1.2pre2980_9de6bc5".
11 lines
238 B
Makefile
11 lines
238 B
Makefile
pkglib_LTLIBRARIES = libmain.la
|
|
|
|
libmain_la_SOURCES = shared.cc
|
|
|
|
libmain_la_LIBADD = ../libstore/libstore.la @BDW_GC_LIBS@
|
|
|
|
pkginclude_HEADERS = shared.hh
|
|
|
|
AM_CXXFLAGS = \
|
|
-I$(srcdir)/.. -I$(srcdir)/../libutil \
|
|
-I$(srcdir)/../libstore
|