Skip to content
Snippets Groups Projects
Commit 083f6728 authored by Olivier Dion's avatar Olivier Dion
Browse files

agent/Makefile.am: Switch check_PROGRAMS to noinst_PROGRAMS

Change-Id: I384bca2ca4e97588b21041ebca72083c57abb915
parent b954f3b5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include $(top_srcdir)/globals.mk
AM_CXXFLAGS += -I$(top_srcdir)/src -I.. $(GUILE_CFLAGS) -rdynamic
AM_LDFLAGS += $(GUILE_LIBS)
check_PROGRAMS = agent
noinst_PROGRAMS = agent
agent_SOURCES = \
agent.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment