You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
322 B
21 lines
322 B
ACLOCAL_AMFLAGS = -I m4 |
|
MAINTAINERCLEANFILES = Makefile.in |
|
|
|
SUBDIRS = src data |
|
|
|
if HAVE_PO |
|
|
|
SUBDIRS += po |
|
|
|
endif |
|
|
|
filesdir = $(datadir) |
|
files_DATA = module.desktop |
|
|
|
EXTRA_DIST = module.desktop.in e_modules-news.spec.in |
|
|
|
clean-local: |
|
rm -rf module.desktop e_modules-news.spec *~ |
|
|
|
uninstall: |
|
rm -rf $(DESTDIR)$(datadir)
|
|
|