Reworked the build system.
[ruby-evas.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index ce33779..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-## $Id: Makefile.am 61 2004-08-12 10:04:07Z tilman $
-
-SUBDIRS = m4 src
-DOC_INPUT = src/rb_evas_main.c \
-            src/rb_evas.c \
-            src/rb_evas_object.c \
-            src/rb_image.c \
-            src/rb_line.c \
-            src/rb_polygon.c \
-            src/rb_rectangle.c \
-            src/rb_text.c \
-            src/rb_smart.c
-
-doc: $(DOC_INPUT)
-       rdoc $(DOC_INPUT)