diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-05 12:09:40 +0200 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-05 12:09:40 +0200 |
commit | 0a83e73c871b94d2c8df4abe18034ab1fd41e202 (patch) | |
tree | 8711a6b54b381f76b84c370dcb584a718121c0b1 /lib | |
parent | f1601f6f97589e5011f10ff1b528606903dd8c62 (diff) | |
download | smokeping-0a83e73c871b94d2c8df4abe18034ab1fd41e202.tar.gz smokeping-0a83e73c871b94d2c8df4abe18034ab1fd41e202.tar.xz |
no need to mention DESTDIR in normal Makefile.am use ... only in command options. Thanks to Jeff Bilyk for tha patch.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 666252d..2209134 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -31,5 +31,5 @@ MATCH := $(wildcard Smokeping/matchers/*.pm) EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH) -perllibdir = $(DESTDIR)$(prefix)/lib +perllibdir = $(prefix)/lib nobase_perllib_DATA = $(EXTRA_DIST) |