chiark / gitweb /
build-sys: create "compatibility libraries" section
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 19 Jan 2014 13:50:02 +0000 (08:50 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Jan 2014 23:10:08 +0000 (18:10 -0500)
commit53e856e16ac37fe30b8bb59153ff69aad0fa9c27
tree0bbd3b2a038de5cc66249fdf892f38001d4f0586
parent242465b5bfcc2ea1b1d704907e7dd5f1c15d4404
build-sys: create "compatibility libraries" section

Compat stuff is moved to src/compat-libs/.
Warnings are issued when programs are linked with the deprecated library.
Makefile.am
configure.ac
src/compat-libs/.gitignore [new file with mode: 0644]
src/compat-libs/libsystemd-login.pc.in [moved from src/login/libsystemd-login.pc.in with 81% similarity]
src/compat-libs/libsystemd-login.sym [moved from src/login/libsystemd-login.sym with 100% similarity]
src/compat-libs/linkwarning.h [new file with mode: 0644]
src/login/.gitignore