Olaf Rempel
5d10585d29
- added autoconf/automake/libtool support - plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))
6 lines
102 B
Makefile
6 lines
102 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
SUBDIRS = src plugins tools
|
|
|
|
EXTRA_DIST = autogen.sh TODO
|