Include *.pkg in dist too.
authorBrenden Matthews <brenden@rty.ca>
Mon, 20 Jul 2009 05:58:05 +0000 (23:58 -0600)
committerBrenden Matthews <brenden@rty.ca>
Mon, 20 Jul 2009 05:58:05 +0000 (23:58 -0600)
lua/Makefile.am

index e0eec9c..85b8db6 100644 (file)
 libimlib2_la_SOURCES = imlib2.c
 libcairo_la_SOURCES = cairo.c
 
+EXTRA_DIST = \
+                        cairo.pkg \
+                        imlib2.pkg
+
 clean-am: clean-generic mostlyclean-am
        rm -f $(libimlib2_la_SOURCES)
        rm -f $(libcairo_la_SOURCES)