X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/573256d3bc21896c54c511d5c0e6927f09b4209e..refs/tags/v2.0.10:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 74e60a1..cb2594e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,9 +20,11 @@ INCLUDES = \ -I$(top_srcdir)/src \ -I$(includedir) -bin_PROGRAMS = @DOINSTGOB@ -noinst_PROGRAMS = @NOINSTGOB@ -EXTRA_PROGRAMS = gob2 +if NOINSTGOB +noinst_PROGRAMS = gob2 +else +bin_PROGRAMS = gob2 +endif BUILT_SOURCES = parse.h parse.c lexer.c