blob: 14eeb75308633f20eb02b5a2ea5fea1dab98a312 (
plain)
1
2
3
4
5
6
|
AUTOMAKE_OPTIONS = foreign
SUBDIRS = tools libltdl doc help modules src
install-data-local:
$(INSTALL) -d $(DESTDIR)${localstatedir}/log
$(INSTALL) -d $(DESTDIR)${localstatedir}/run
|