10 lines
240 B
Makefile
10 lines
240 B
Makefile
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
SUBDIRS = src include examples doc
|
||
|
EXTRA_DIST = curlpp.VC8.vcproj curlpp.VC8.sln CHANGES curlpp.spec README.win32 win32/*
|
||
|
|
||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = curlpp.pc
|
||
|
|
||
|
bin_SCRIPTS = curlpp-config
|
||
|
|