diff options
Diffstat (limited to 'gprofng/src/Makefile.am')
-rw-r--r-- | gprofng/src/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gprofng/src/Makefile.am b/gprofng/src/Makefile.am index bcdd03b..2584a67 100644 --- a/gprofng/src/Makefile.am +++ b/gprofng/src/Makefile.am @@ -120,14 +120,6 @@ AM_CXXFLAGS = $(AM_CFLAGS) QLParser.tab.cc QLParser.tab.hh: QLParser.yy $(BISON) $^ -man_MANS = gprofng.1 \ - gp-archive.1 \ - gp-collect-app.1 \ - gp-display-src.1 \ - gp-display-text.1 - -MAINTAINERCLEANFILES = $(man_MANS) - BUILT_SOURCES = QLParser.tab.hh EXTRA_DIST = QLParser.yy $(man_MANS) @@ -164,6 +156,14 @@ gp_display_text_LDADD = $(LIBGPROFNG) $(CLOCK_GETTIME_LINK) $(ZLIB) if BUILD_MAN +man_MANS = gprofng.1 \ + gp-archive.1 \ + gp-collect-app.1 \ + gp-display-src.1 \ + gp-display-text.1 + +MAINTAINERCLEANFILES = $(man_MANS) + # The man pages depend on the version number and on a help2man include file. common_mandeps = $(top_srcdir)/../bfd/version.m4 |