mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
13 lines
294 B
Makefile
13 lines
294 B
Makefile
ACLOCAL_FLAGS = -I m4
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = include src ebin testsuite
|
|
|
|
EXTRA_DIST = debian/changelog \
|
|
debian/compat \
|
|
debian/control \
|
|
debian/copyright \
|
|
debian/rules \
|
|
debian/source/format \
|
|
debian/source/options
|