diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
commit | bd82d030011cd8b9655e5ded6b6df9343b42a6bd (patch) | |
tree | de82d886dfea0cb7dbb6e80436218a25cb211bc3 /assorted/Makefile.am |
Imported Upstream version 3.22upstream/3.22
Diffstat (limited to 'assorted/Makefile.am')
-rw-r--r-- | assorted/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assorted/Makefile.am b/assorted/Makefile.am new file mode 100644 index 0000000..fc3c7f1 --- /dev/null +++ b/assorted/Makefile.am @@ -0,0 +1,7 @@ +# -*- Makefile -*- + +AM_CPPFLAGS = -I${top_srcdir}/include + +noinst_PROGRAMS = unit2any + +unit2any_LDADD = ../src/libHX.la |