From 17298fee2f05844f7aae770baf42e3728c762408 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 30 Jul 2009 23:19:48 -0600 Subject: [PATCH] Undo some automake brain damage. --- lua/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/Makefile.am b/lua/Makefile.am index 6f174287..583249c0 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -20,8 +20,8 @@ # along with this program. If not, see . # -libcairo_la_SOURCES = cairo.pkg -libimlib2_la_SOURCES = imlib2.pkg +libcairo_la_SOURCES = libcairo.c +libimlib2_la_SOURCES = libimlib2.c EXTRA_DIST = \ cairo.pkg \