diff options
author | Kay Sievers <kay@vrfy.org> | 2015-06-23 00:13:16 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-06-23 12:43:15 +0200 |
commit | 2c8849add40805256156a36d7ef8c54cf019e29e (patch) | |
tree | 7abf51a943ecbb2ed9e034da1479471472a44c25 /src/libsystemd | |
parent | e6de49abfd28098c65b8a0be05bb84cf6cf780ae (diff) |
build-sys: add all source files and no built files to the tar ball
This fully synchronizes the content of a "make dist" and a "git archive"
tar ball.
http://lists.freedesktop.org/archives/systemd-devel/2015-June/033214.html
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/sd-id128/libsystemd-id128.pc.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libsystemd/sd-id128/libsystemd-id128.pc.in b/src/libsystemd/sd-id128/libsystemd-id128.pc.in deleted file mode 100644 index bb65ffde33..0000000000 --- a/src/libsystemd/sd-id128/libsystemd-id128.pc.in +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: systemd -Description: systemd 128 Bit ID Utility Library -URL: @PACKAGE_URL@ -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lsystemd-id128 -Cflags: -I${includedir} |