Olaf Rempel
5d10585d29
- added autoconf/automake/libtool support - plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))
7 lines
132 B
Makefile
7 lines
132 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
INCLUDES = -I../include
|
|
|
|
bin_PROGRAMS = masterquery
|
|
masterquery_SOURCES = masterquery.c
|