diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T23·42+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T23·42+0000 |
commit | abb5bd66dee7afe9560b3a132da42b71d4801274 (patch) | |
tree | 062d0f690dea7b4260404506d605e3e554919c30 /src | |
parent | 07c87a8e9ef7bd42995230700169c6a18cf26313 (diff) |
Add Makefile for nix-log2xml
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-log2xml/Makefile.new | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nix-log2xml/Makefile.new b/src/nix-log2xml/Makefile.new new file mode 100644 index 000000000000..a88f948671dc --- /dev/null +++ b/src/nix-log2xml/Makefile.new @@ -0,0 +1,5 @@ +PROGRAMS += nix-log2xml + +nix-log2xml_DIR := $(d) + +nix-log2xml_SOURCES = log2xml.cc |