Move .pc files to ./docs/pc/

We want only C-source files in ./src and the documents ./docs directory is
meant to contain any other sources.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-12-05 18:25:05 +01:00
parent 66fad90384
commit b18cf69663
5 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@ SHL_MISC = \
if BUILD_ENABLE_ELOOP
lib_LTLIBRARIES += libeloop.la
include_HEADERS += src/eloop.h
pkgconfig_DATA += src/libeloop.pc
pkgconfig_DATA += docs/pc/libeloop.pc
endif
libeloop_la_SOURCES = \
@ -134,7 +134,7 @@ include_HEADERS += \
src/tsm_unicode.h \
src/tsm_vte.h
pkgconfig_DATA += \
src/libtsm.pc
docs/pc/libtsm.pc
endif
libtsm_la_SOURCES = \
@ -168,7 +168,7 @@ libtsm_la_LDFLAGS = \
if BUILD_ENABLE_UTERM
lib_LTLIBRARIES += libuterm.la
include_HEADERS += src/uterm.h
pkgconfig_DATA += src/libuterm.pc
pkgconfig_DATA += docs/pc/libuterm.pc
endif
libuterm_la_SOURCES = \

View File

@ -1073,9 +1073,9 @@ fi
#
AC_CONFIG_FILES([Makefile
src/libeloop.pc
src/libtsm.pc
src/libuterm.pc])
docs/pc/libeloop.pc
docs/pc/libtsm.pc
docs/pc/libuterm.pc])
AC_OUTPUT
#