Skip to content

Commit 7147edb

Browse files
author
Sebastiano Merlino
committed
Modified in order to export pkgconfig informations
1 parent 4b09967 commit 7147edb

File tree

10 files changed

+318
-210
lines changed

10 files changed

+318
-210
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ AUTOMAKE_OPTIONS = foreign 1.4
44

55
SUBDIRS = src $(PYTHON_DIR) $(JAVA_DIR) $(PHP_DIR)
66
DIST_SUBDIRS = src $(PYTHON_DIR) $(JAVA_DIR) $(PHP_DIR)
7+
EXTRA_DIST = libhttpserver.pc.in
8+
9+
pkgconfigdir = $(libdir)/pkgconfig
10+
pkgconfig_DATA = libhttpserver.pc
711

812
if PYTHON
913
PYTHON_DIR = src/python

0 commit comments

Comments
 (0)