Preliminary autoconf framework. Entirely separate from the main
[sgt/agedu] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..fe5671c
--- /dev/null
@@ -0,0 +1,4 @@
+bin_PROGRAMS = agedu
+agedu_SOURCES = agedu.c du.c alloc.c trie.c index.c html.c httpd.c \
+                fgetline.c licence.c
+agedu_LDADD = $(LIBOBJS)