File: Makefile.am

package info (click to toggle)
yaws 2.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,424 kB
  • ctags: 7,994
  • sloc: erlang: 40,751; sh: 6,466; ansic: 1,184; makefile: 898; lisp: 79; xml: 12; python: 3; php: 1
file content (10 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
incdir = $(ERLANG_INSTALL_LIB_DIR_yaws)/examples/include

dist_inc_DATA =

# Add custom install target because there is no header to install
install-data-local:
	$(AM_V_at)$(INSTALL) -d $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_yaws)/examples/include
# Local Variables:
#    tab-width: 8
# End: