X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fmain.c;h=d419e4601f2bcf39d49443259070e48db3e34406;hb=b60f1947e2397dc695dafda288b2989b4415ce02;hp=cf27bb9c79a1729c6909c500e83678a4b387f0df;hpb=f8f6e7f277a6e09fb4a9fa7db532867d51d229be;p=chaz%2Ftint2 diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index cf27bb9..d419e46 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -28,7 +28,11 @@ #include #include -#include "../version.h" +#ifdef BUILD_CMAKE + #include "version.h" +#else + #include "../version.h" +#endif #include "common.h" #include "theme_view.h"