fix configure script to avoid polluting LDFLAGS/LIBS/LDADD/...
[apps/madmutt.git] / tools / Makefile
index 1ae72cc..b954231 100644 (file)
@@ -3,8 +3,11 @@ all: ../lib-mime/mime-token.h \
      ../lib-mime/mime.li      \
      ../lib-lua/lua-token.h   \
      ../lib-lua/madmutt.li    \
+     ../alias.li              \
+     ../buffy.li              \
      ../charset.li
 
+
 ../%: ; $(MAKE) -C $(@D) $(@F)
 
 cpkg2c: cpkg2c.mll
@@ -12,5 +15,5 @@ cpkg2c: cpkg2c.mll
        $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml
        @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
 
-clean:
+distclean clean:
        $(RM) cpkg2c