Parcourir la source

[master] Do not install the message compiler. (Ticket 634)

Jeremy C. Reed il y a 14 ans
Parent
commit
eb6441aca4
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/lib/log/compiler/Makefile.am

+ 1 - 3
src/lib/log/compiler/Makefile.am

@@ -10,11 +10,9 @@ if USE_STATIC_LINK
 AM_LDFLAGS = -static
 endif
 
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-
 CLEANFILES = *.gcno *.gcda
 
-pkglibexec_PROGRAMS = message
+noinst_PROGRAMS = message
 message_SOURCES = message.cc
 message_LDADD  = $(top_builddir)/src/lib/log/liblog.la