[tasque] [build] Fix automake 1.11.3 issue



commit c4f526bf2fa2ce8fa013aab916a96795870e2c02
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Aug 22 11:32:53 2012 +0200

    [build] Fix automake 1.11.3 issue
    
    automake 1.11.3 throws
    
    ./Makefile.am:3: `pkglibdir' is not a legitimate directory for `DATA'.
    
    Working around this issue by using another variable name.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e8d0ebe..c7af24f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = RtmNet src data po
 
-pkglib_DATA =  $(DLL_REFERENCES)
+pkgdata_DATA =  $(DLL_REFERENCES)
 DLL_REFERENCES =   
 EXTRA_DIST = \
 	$(DLL_REFERENCES) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]