empc/Makefile.am

39 lines
569 B
Makefile
Raw Normal View History

2014-01-31 11:44:24 -08:00
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
EXTRA_DIST = \
AUTHORS \
COPYING
bin_PROGRAMS =
DISTCLEANFILES =
CLEANFILES =
BUILT_SOURCES =
PHONIES =
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
config.guess \
config.h* \
config.sub \
configure \
depcomp \
install-sh \
ltmain.sh \
missing \
compile \
m4/l* \
ylwrap
2014-03-02 10:53:30 -08:00
servicedir = @dbusservicedir@
service_DATA = org.empd.empc.service
2014-01-31 11:44:24 -08:00
include data/themes/Makefile.mk
include src/bin/Makefile.mk
include src/modules/Makefile.mk
maintainer-clean-local:
rm -rf autom4te.cache
.PHONY: $(PHONIES)