mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 19:47:34 +02:00
24 lines
682 B
Diff
24 lines
682 B
Diff
From a52792ae17ad9dfa392a4fe2588c3c526b0b06d5 Mon Sep 17 00:00:00 2001
|
|
From: Joshua Judson Rosen <rozzin@geekspace.com>
|
|
Date: Wed, 27 Apr 2011 00:25:37 -0400
|
|
Subject: [PATCH 09/17] Distribute autogen.sh
|
|
in case someone needs to patch configure.ac, etc. before building.
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 43660a9..9b1a5f4 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -23,4 +23,4 @@ gjay_SOURCES = gjay.h songs.h prefs.h ui.h rgbhsv.h analysis.h playlist.h \
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-EXTRA_DIST = config.rpath m4/ChangeLog
|
|
+EXTRA_DIST = config.rpath m4/ChangeLog autogen.sh
|
|
--
|
|
1.7.2.5
|
|
|