File: Makefile.am

package info (click to toggle)
yaws 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,008 kB
  • sloc: erlang: 42,469; sh: 2,553; javascript: 1,459; makefile: 994; ansic: 890; lisp: 79; python: 34; xml: 12; php: 1
file content (14 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
incdir = $(ERLANG_INSTALL_LIB_DIR_yaws)/include

dist_inc_DATA = yaws_api.hrl		\
		yaws_dav.hrl		\
		yaws.hrl		\
		yaws_lock.hrl		\
		yaws_soap.hrl		\
		soap.hrl		\
		wsdl11soap12.hrl	\
		soap-envelope.hrl

# Local Variables:
#    tab-width: 8
# End: