14 lines
186 B
Makefile
14 lines
186 B
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
libs \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
build.profile.js \
|
|
dojo.profile.js \
|
|
freeipa \
|
|
webui.profile.js
|