diff options
Diffstat (limited to 'app/xcompmgr/Makefile.in')
-rw-r--r-- | app/xcompmgr/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xcompmgr/Makefile.in b/app/xcompmgr/Makefile.in index 538582521..832a67cc5 100644 --- a/app/xcompmgr/Makefile.in +++ b/app/xcompmgr/Makefile.in @@ -52,7 +52,7 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = xcompmgr$(EXEEXT) subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ +DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \ compile config.guess config.sub depcomp install-sh missing @@ -290,6 +290,7 @@ SUBDIRS = man AM_CFLAGS = $(CWARNFLAGS) $(XCOMPMGR_CFLAGS) xcompmgr_LDADD = $(XCOMPMGR_LIBS) -lm MAINTAINERCLEANFILES = ChangeLog INSTALL +EXTRA_DIST = README.md all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |