summaryrefslogtreecommitdiffstats
path: root/src/glw/glw.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Set library and header installation directories from configurationDan Nicholson2008-07-061-2/+2
| | | | | | | | | | | | | | Currently the installation directories for libraries and headers are resolved within the install commands. For instance, the libraries will be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility of the installation, such as when the libraries should be installed to a subdirectory like /usr/lib/tls. This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR) to define the locations that the libraries and headers are installed. For the static configs, this resolves exactly as before to $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they are derived directly from the --libdir and --includedir settings.
* Fix the library name in glw.pcDan Nicholson2007-12-031-1/+1
| | | | Fix a copy and paste error s/GLU/GLw/ in glw.pc.
* pkg-config supportDan Nicholson2007-09-121-0/+11