~om26er/address-book-app/abook_navigation_favorites

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2013-06-27 20:05:52 UTC
  • Revision ID: renato.filho@canonical.com-20130627200552-b115j5fcqfnpy7ez
First commit of Address Book Application

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __CONFIG_H__
 
2
#define __CONFIG_H__
 
3
 
 
4
#define ADDRESS_BOOK_APP_NAME               "@ADDRESS_BOOK_APP_NAME@"
 
5
#define ADDRESS_BOOK_APP_INSTALL_DATADIR    "@ADDRESS_BOOK_APP_FULL_DIR@"
 
6
#define ADDRESS_BOOK_APP_DEV_DATADIR        "@address-book-app-src_SOURCE_DIR@"
 
7
#define ADDRESS_BOOK_APP_BINDIR             "@CMAKE_INSTALL_FULL_BINDIR@"
 
8
 
 
9
#endif