mirror of https://github.com/nirenjan/libx52.git
Install libx52.pc during make install
parent
06fa56bb9f
commit
116f7b3a57
|
@ -13,6 +13,7 @@ AM_PROG_AR
|
||||||
AM_PATH_PYTHON([2.6])
|
AM_PATH_PYTHON([2.6])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
|
PKG_INSTALLDIR
|
||||||
|
|
||||||
# Check for libusb-1.0
|
# Check for libusb-1.0
|
||||||
AX_PKG_CHECK_MODULES([LIBUSB], [libusb-1.0])
|
AX_PKG_CHECK_MODULES([LIBUSB], [libusb-1.0])
|
||||||
|
|
|
@ -19,5 +19,8 @@ libx52_la_LDFLAGS = -version-info 3:0:1 @LIBUSB_LIBS@
|
||||||
x52includedir = $(includedir)/x52pro
|
x52includedir = $(includedir)/x52pro
|
||||||
x52include_HEADERS = libx52.h
|
x52include_HEADERS = libx52.h
|
||||||
|
|
||||||
|
# pkg-config files
|
||||||
|
pkgconfig_DATA = libx52.pc
|
||||||
|
|
||||||
# Extra files that need to be in the distribution
|
# Extra files that need to be in the distribution
|
||||||
EXTRA_DIST = libx52.h x52_commands.h x52_common.h x52_hotplug.h README.md
|
EXTRA_DIST = libx52.h x52_commands.h x52_common.h x52_hotplug.h README.md
|
||||||
|
|
Loading…
Reference in New Issue