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