diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:51:02 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-01-29 15:51:02 -0800 |
| commit | 3dce74ec0302c4a62d4b51406178cd7dac50e7ee (patch) | |
| tree | 74a03f95c451b21b89c8da0f5d7f843abcc06e9a /Makefile.in | |
| parent | 626426cbed64119d48458120d4a7bc8b281bf458 (diff) | |
autotools working a bit better
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 047600b..bf5ca67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,10 +78,10 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ +DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog COPYING \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - COPYING compile config.guess config.sub install-sh missing \ + compile config.guess config.sub depcomp install-sh missing \ ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
