summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-02 01:49:03 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-02 01:49:03 +0200
commitcaa4aaafe48fce11f6826ba2d0b8f1ff4f8e49cf (patch)
tree335f0003ca34972a732799ac58ff916ae7c49100 /Makefile.am
parentabfa51e422384d23ea0a253e5937063131fd4279 (diff)
Remove erroneous dependency on xorg macros
This package has no external dependencies and should not depend on the xorg macros. This patch removes the dependency, adds a tailored INSTALL file, and uses git to generate the ChangeLog. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5fb2b00..c175641 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,6 @@ INCLUDES = $(top_srcdir)/include/
9INSTALL: 9INSTALL:
10 $(INSTALL_CMD) 10 $(INSTALL_CMD)
11ChangeLog: 11ChangeLog:
12 $(CHANGELOG_CMD) 12 git log > ChangeLog
13 13
14dist-hook: ChangeLog INSTALL 14dist-hook: ChangeLog INSTALL