summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9a979df..0cec83d 100644
--- a/Makefile
+++ b/Makefile
@@ -68,9 +68,6 @@ $(PLUGINS):
%.o: %.cpp %.d
$(CXX) $(CXXFLAGS) -c $< -o $@
-googletest/src/%.o: googletest/src/%.cc
- $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@
-
# dependencies
ADD_DEP=Makefile
@@ -146,8 +143,6 @@ DISTFILES= \
LICENSE.txt \
Makefile \
common.mk \
- googletest \
- googlemock \
debian/changelog \
debian/compat \
debian/control \