OSDN Git Service

Merge pull request #2399 from sikabane-works/feature/refactor-be_type
[hengbandforosx/hengbandosx.git] / lib / user / Makefile.am
1 ## Makefile.am -- Process this file with automake to process Makefile.in
2
3 angband_files = \
4   delete.me
5
6 EXTRA_DIST = \
7   $(angband_files)
8
9 if SET_GID
10 angbanddir = @DEFAULT_VAR_PATH@/user
11
12 angband_DATA = \
13   $(angband_files)
14 endif
15