diff options
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index ba65e25..5f868bc 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -8,8 +8,8 @@ VPATH = @srcdir@ # let cmake know that this was done with autoconf KIT_FLAGS = -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@ +include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make +include @CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make OBJS = \ CMakeBuildTargets.o \ |