From 3cf1fd2a97f5673b53bab691f8db97c844b999ba Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 4 Nov 2014 19:42:39 +0100 Subject: Replace autotools with CMake --- src/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index c6a601c..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -bin_PROGRAMS = hsetroot - -AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall -LIBS = @IMLIB2_LIBS@ - -hsetroot_SOURCES = hsetroot.c - -- cgit v1.2.3-54-g00ecf