summaryrefslogtreecommitdiff
path: root/src/examples/elua/Makefile.am
blob: 031afc3bb318616b2663c2ad289f701f0a133161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if HAVE_ELUA

MAINTAINERCLEANFILES = Makefile.in

DATA_FILES =
EXTRA_DIST = $(DATA_FILES)

install-examples:
	$(MKDIR_P) $(DESTDIR)$(datadir)/elua/examples
#	cd $(srcdir) && $(install_sh_DATA) -c $(DATA_FILES) $(DESTDIR)$(datadir)/elua/examples

#uninstall-local:
#	for f in $(DATA_FILES); do \
#	  rm -f $(DESTDIR)$(datadir)/elua/examples/$$f ; \
#	done
else
install-examples:
endif

examples: ;

clean-local: ;