X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=a9018e12b8b7373350d1a9fa237c8adbe738d24c;hp=245a183618a428ce02134779112260a10eca471d;hb=64bd443538f57ad1bdff6c6b35953e72141129b2;hpb=a4debfe4a5f5d339410788971b698ba00cb7f09c diff --git a/configure.ac b/configure.ac index 245a183..a9018e1 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,8 @@ if test x$profile = xyes then CFLAGS="$CFLAGS -pg" CXXFLAGS="$CXXFLAGS -pg" + AC_DEFINE([PROFILING_ENABLED], 1, + [Define to 1 if profiling is built in.]) fi if test x$extra_warnings = xyes @@ -306,11 +308,9 @@ fi #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DATA_FILES=$(echo $(cd data; \ - find . -name "*.json" \ - -o -name "*.lua" \ + find . -name "*.lua" \ -o -name "*.ogg" \ -o -name "*.png" \ - -o -name "*.xm" \ -o -name "yoinkrc")) AC_SUBST([DATA_FILES])