forked from lix-project/lix
Add Makefile for nix-log2xml
This commit is contained in:
parent
07c87a8e9e
commit
abb5bd66de
|
@ -9,6 +9,7 @@ SUBS = \
|
||||||
src/nix-instantiate/Makefile.new \
|
src/nix-instantiate/Makefile.new \
|
||||||
src/nix-env/Makefile.new \
|
src/nix-env/Makefile.new \
|
||||||
src/nix-daemon/Makefile.new \
|
src/nix-daemon/Makefile.new \
|
||||||
|
src/nix-log2xml/Makefile.new \
|
||||||
corepkgs/Makefile.new
|
corepkgs/Makefile.new
|
||||||
|
|
||||||
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
||||||
|
|
5
src/nix-log2xml/Makefile.new
Normal file
5
src/nix-log2xml/Makefile.new
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
PROGRAMS += nix-log2xml
|
||||||
|
|
||||||
|
nix-log2xml_DIR := $(d)
|
||||||
|
|
||||||
|
nix-log2xml_SOURCES = log2xml.cc
|
Loading…
Reference in a new issue