fix lua automake rules for distfile creation
authorPhil Sutter <phil@nwl.cc>
Sat, 5 Sep 2009 00:33:42 +0000 (02:33 +0200)
committerPhil Sutter <phil@nwl.cc>
Sat, 5 Sep 2009 00:37:11 +0000 (02:37 +0200)
lua/Makefile.am

index 1abd560..8760acd 100644 (file)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-libcairo_la_SOURCES = libcairo.c
-libimlib2_la_SOURCES = libimlib2.c
+libcairo_la_SOURCES = cairo.pkg
+libimlib2_la_SOURCES = imlib2.pkg
 
-EXTRA_DIST = \
-                        cairo.pkg \
-                        imlib2.pkg
-
-clean-am: clean-generic mostlyclean-am
-       rm -f *.la *.so *.c
+CLEANFILES = libcairo.c libimlib2.c
 
 if BUILD_LUA