summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-01-03 21:12:18 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-01-04 10:47:10 +0100
commit6540ed2112dc589e13eb4bf4460df1c95a1b38a5 (patch)
tree91ac979317ceff018ee21511602d3c361b887c2b /Makefile.am
parent41ae07aba28dcec0b98245be90d9d5925c13c5c7 (diff)
Use standard .gitignore file and layout
Reusing xorg code saves maintenance in the long term. Now that m4/.gitignore is removed, the -I m4 ${ACLOCAL_FLAGS} must be removed to avoid build breakage as m4 is generated and not part of the git source. Acked-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ed57af67..6c57b837 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,6 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
if HAVE_SHADER_DEBUGGER
SHADER_DEBUGGER_SUBDIR = debugger
endif