diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-10-06 08:21:21 (GMT) |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-10-06 08:45:28 (GMT) |
commit | 220162c184995bdd2b1a662612c33e102831ca3b (patch) | |
tree | e8a8879c135ed414077b8f4727b9b67ac97890d1 /libkolab_config.h.in | |
parent | 06405b48d5b920f84cf2099fd2c2fc234c42142d (diff) | |
download | libkolab-220162c184995bdd2b1a662612c33e102831ca3b.tar.gz |
rename config.h to libkolab_config.h and install
this allows building other modules that use libkolab while preventing
name collisions due to an overly generic filename for the include
Diffstat (limited to 'libkolab_config.h.in')
-rw-r--r-- | libkolab_config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libkolab_config.h.in b/libkolab_config.h.in new file mode 100644 index 0000000..46b59ea --- /dev/null +++ b/libkolab_config.h.in @@ -0,0 +1,4 @@ +/* This file is generated from libkolab_config.h.cmake. */ + +/* Whether akonadi/tag.h exists. */ +#cmakedefine HAVE_TAG_H 1 |