i965/fs: Compute q-values for register allocation manually
[mesa.git] / src / gtest / Makefile.am
index 3824d712075a2f1ab4fa7ee735180c4e9df0a74f..c338977e69da9248a43f662803cd2c079b309b01 100644 (file)
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
-AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
+AUTOMAKE_OPTIONS = subdir-objects
 
-noinst_LTLIBRARIES = libgtest.la
+AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
+AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include
+
+check_LTLIBRARIES = libgtest.la
 
 libgtest_la_SOURCES = \
        src/gtest-all.cc \