9 lines
197 B
Makefile
9 lines
197 B
Makefile
AUTOMAKE_OPTIONS = foreign 1.6
|
|
SUBDIRS = include src bindings
|
|
|
|
$(OBJECTS): libtool
|
|
libtool: $(LIBTOOL_DEPS)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
EXTRA_DIST = windows/vs2k5/librs232/* m4/ax_lua.m4
|
|
|