diff extensions/app_acct/CMakeLists.txt @ 285:0daf6fc2b751

Added a test case for the app_acct extension
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 30 Apr 2010 17:55:16 +0900
parents 397cdcd41f53
children 638193371ea6
line wrap: on
line diff
--- a/extensions/app_acct/CMakeLists.txt	Wed Apr 28 18:54:08 2010 +0900
+++ b/extensions/app_acct/CMakeLists.txt	Fri Apr 30 17:55:16 2010 +0900
@@ -16,11 +16,13 @@
 SET( APP_ACCT_SRC
 	app_acct.h
 	app_acct.c
+	acct_db.c
+	acct_records.c
+)
+SET( APP_ACCT_SRC_GEN
 	lex.acct_conf.c
 	acct_conf.tab.c
 	acct_conf.tab.h
-	acct_db.c
-	acct_records.c
 )
 
 # Compile as a module
"Welcome to our mercurial repository"