From 3b58b30b792fe6436e3024913d72d4d31d5b7e0b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 6 Feb 2015 14:12:01 +0000 Subject: [PATCH] fixed makefile.am --- codepot/src/codepot/models/Makefile.am | 1 + codepot/src/codepot/models/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/codepot/src/codepot/models/Makefile.am b/codepot/src/codepot/models/Makefile.am index 7ef783f7..4e9664ff 100644 --- a/codepot/src/codepot/models/Makefile.am +++ b/codepot/src/codepot/models/Makefile.am @@ -1,5 +1,6 @@ wwwdir=$(WWWDIR)/codepot/models www_DATA = \ + codereviewmodel.php \ dbloginmodel.php \ filemodel.php \ index.html \ diff --git a/codepot/src/codepot/models/Makefile.in b/codepot/src/codepot/models/Makefile.in index bcb2d2d9..38b80cdc 100644 --- a/codepot/src/codepot/models/Makefile.in +++ b/codepot/src/codepot/models/Makefile.in @@ -140,6 +140,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ wwwdir = $(WWWDIR)/codepot/models www_DATA = \ + codereviewmodel.php \ dbloginmodel.php \ filemodel.php \ index.html \