blob: 6536f555e7de62bf81e35e858b2ceaa64200bc4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Fix autoreconf with >=automake-1.11.2
https://bugs.gentoo.org/397715
Patch written by Kacper Kowalik <xarthisius@gentoo.org>
--- client/Makefile.am
+++ client/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = -I$(srcdir)/../services
bin_PROGRAMS = icecc
-pkglib_SCRIPTS = icecc-create-env
+pkgdata_SCRIPTS = icecc-create-env
icecc_SOURCES = main.cpp arg.cpp cpp.cpp local.cpp remote.cpp util.cpp md5.c safeguard.cpp
icecc_LDADD = ../services/libicecc.la $(LIBRSYNC)
noinst_HEADERS = client.h md5.h util.h
|