From 98dd041bc616e4d58175ae4faf0be083f4a01e5b Mon Sep 17 00:00:00 2001
From: Amar Takhar <verm@aegisub.org>
Date: Fri, 7 Mar 2008 00:32:01 +0000
Subject: [PATCH] Add callables.c to EXTRA_DIST=

Originally committed to SVN as r1941.
---
 auto3/Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/auto3/Makefile.am b/auto3/Makefile.am
index 311b982fc..3abe363da 100644
--- a/auto3/Makefile.am
+++ b/auto3/Makefile.am
@@ -1,7 +1,12 @@
 if HAVE_AUTO3_LUA
-lib_LTLIBRARIES = libaegisub-auto3.la
+
 AM_CFLAGS = -DAUTO3LIB @LUA50_CPPFLAGS@
 AM_LDFLAGS = @LUA50_LDFLAGS@
+
+lib_LTLIBRARIES = libaegisub-auto3.la
 libaegisub_auto3_la_SOURCES = auto3.c
 noinst_HEADERS = auto3.h
+
 endif
+
+EXTRA_DIST= callables.c
-- 
GitLab