From 8413ae92969400c687e0dac404be0359bccc9aed Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 4 Nov 2014 17:12:18 +0100 Subject: Import hsetroot-1.0.2.tar.gz --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..c6a601c --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,7 @@ +bin_PROGRAMS = hsetroot + +AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall +LIBS = @IMLIB2_LIBS@ + +hsetroot_SOURCES = hsetroot.c + -- cgit v1.2.3-54-g00ecf