File: Makefile.am

package info (click to toggle)
stx-btree 0.9-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,104 kB
  • ctags: 8,163
  • sloc: cpp: 7,496; sh: 3,964; ansic: 235; perl: 104; makefile: 100; awk: 16; xml: 9
file content (16 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# include/Makefile.am

nobase_include_HEADERS = \
	stx/btree.h \
	stx/btree_set.h \
	stx/btree_map.h \
	stx/btree_multiset.h \
	stx/btree_multimap.h \
	stx/btree \
	stx/btree_set \
	stx/btree_map \
	stx/btree_multiset \
	stx/btree_multimap \
	stx/btree.dox

EXTRA_DIST = LICENSE_1_0.txt