fixed makefile.am

This commit is contained in:
hyung-hwan 2015-02-06 14:12:01 +00:00
parent 2297420797
commit 3b58b30b79
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
wwwdir=$(WWWDIR)/codepot/models wwwdir=$(WWWDIR)/codepot/models
www_DATA = \ www_DATA = \
codereviewmodel.php \
dbloginmodel.php \ dbloginmodel.php \
filemodel.php \ filemodel.php \
index.html \ index.html \

View File

@ -140,6 +140,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
wwwdir = $(WWWDIR)/codepot/models wwwdir = $(WWWDIR)/codepot/models
www_DATA = \ www_DATA = \
codereviewmodel.php \
dbloginmodel.php \ dbloginmodel.php \
filemodel.php \ filemodel.php \
index.html \ index.html \