summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:44:57 +0100
committerJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:49:37 +0100
commit26b15684dce6c104d2fb4b8d0da9ec077381c6f4 (patch)
tree6d7f66d57c8ae157f2f57f43698529510f17b3ed /Makefile.am
parente62330e125dbef47ef4cff1c6c1eaa4d0cfd13e9 (diff)
downloadsetbg-master.tar.gz
setbg-master.zip
Use autotoolsHEADmaster
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..2fa8a31
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,5 @@
+bin_PROGRAMS = setbg
+setbg_SOURCES = setbg.c
+
+AM_CPPFLAGS = $(DEPS_CFLAGS)
+setbg_LDADD = $(DEPS_LIBS)