[libvtemm] Use variable instead of hardcoding .pc file name.



commit 03adaec51c7004ff316403bbdb44aa716ef96d03
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sat Oct 24 13:26:44 2009 +0200

    Use variable instead of hardcoding .pc file name.
    
    * Makefile.am: s/libvtemm-1.2/$(LIBVTEMM_MODULE_NAME)/.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5857dec..8a81fef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,6 @@ libvtemm_libincludedir = $(libdir)/$(LIBVTEMM_MODULE_NAME)/include
 nodist_libvtemm_libinclude_HEADERS = libvte/libvtemmconfig.h
 
 pkgconfigdir = $(libdir)/pkgconfig
-nodist_pkgconfig_DATA = libvte/libvtemm-1.2.pc
+nodist_pkgconfig_DATA = libvte/$(LIBVTEMM_MODULE_NAME).pc
 
 include $(top_srcdir)/build/dist-changelog.am



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