diff options
author | Daniel Baeyens <dbaeyens@warp.es> | 2010-06-16 01:38:41 +0200 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2010-06-16 09:12:42 -0700 |
commit | 4b9ebd473e7a9dc6fbb3983fcda314da582f8bca (patch) | |
tree | dfc861647e8321c11903d8902ee754eff98da77d /configure.ac | |
parent | 85a282e7630bd22aa66f244cad3cd76ff37367e8 (diff) | |
download | caribou-4b9ebd473e7a9dc6fbb3983fcda314da582f8bca.tar.gz |
Project files are reorganized and have consts separated on a new file
New organization:
caribou.common has files not related to the UI
caribou.ui has files related to the UI
Makefiles.am files have been modified to successfully build the package
.gitignore is updated to ignore moved built files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b2bd70d..2bf96f4 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,9 @@ AC_OUTPUT([ Makefile po/Makefile.in caribou/Makefile -caribou/i18n.py +caribou/common/Makefile +caribou/ui/i18n.py +caribou/ui/Makefile bin/Makefile bin/caribou data/Makefile |