Minor build system cleanup
authorMorgan Deters <mdeters@cs.nyu.edu>
Tue, 12 Nov 2013 15:08:39 +0000 (10:08 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Tue, 12 Nov 2013 15:11:06 +0000 (10:11 -0500)
src/Makefile.am

index a056c1d84ce78eedaa9a4ff4e3b601c0f49ab86e..1858d4d329aa77a2a8b1a049f2d4f131e7c28283 100644 (file)
@@ -14,8 +14,8 @@ LIBCVC4_VERSION = @CVC4_LIBRARY_VERSION@
 
 AM_CPPFLAGS = \
        -D__BUILDING_CVC4LIB \
-        -D __STDC_LIMIT_MACROS \
-        -D __STDC_FORMAT_MACROS \
+       -D __STDC_LIMIT_MACROS \
+       -D __STDC_FORMAT_MACROS \
        -I@builddir@ -I@srcdir@/include -I@srcdir@
 AM_CXXFLAGS = -Wall -Wno-unknown-pragmas -Wno-parentheses $(FLAG_VISIBILITY_HIDDEN)
 
@@ -449,10 +449,10 @@ EXTRA_DIST = \
        theory/rewriterules/kinds \
        theory/arith/kinds \
        theory/booleans/kinds \
-        theory/example/ecdata.h \
-        theory/example/ecdata.cpp \
-        theory/example/theory_uf_tim.h \
-        theory/example/theory_uf_tim.cpp
+       theory/example/ecdata.h \
+       theory/example/ecdata.cpp \
+       theory/example/theory_uf_tim.h \
+       theory/example/theory_uf_tim.cpp
 
 svn_versioninfo.cpp: svninfo
        $(AM_V_GEN)( \