Browse Source

Add ifndef/define preprocessor statements to ctkConfig.h.in

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
3eedaf5d07
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ctkConfig.h.in

+ 6 - 0
ctkConfig.h.in

@@ -1 +1,7 @@
+#ifndef __ctkConfig_h
+#define __ctkConfig_h
+
 #define CTK_PLUGIN_DIR "@CTK_BINARY_DIR@/bin/plugins/"
+
+#endif
+