9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# Permission is hereby granted, free of charge, to any person
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# obtaining a copy of this software and associated documentation files
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# (the "Software"), to deal in the Software without restriction,
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# including without limitation the rights to use, copy, modify, merge,
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# publish, distribute, sublicense, and/or sell copies of the Software,
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# and to permit persons to whom the Software is furnished to do so,
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# subject to the following conditions:
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyeprefix=@prefix@
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyeexec_prefix=@exec_prefix@
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyelibdir=@libdir@
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyeincludedir=@includedir@
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeName: systemd
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeDescription: systemd Daemon Utility Library - deprecated
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeURL: @PACKAGE_URL@
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeVersion: @PACKAGE_VERSION@
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeLibs: -L${libdir} -lsystemd
a1318a82916028f363b3c5b52e7fd7256b632497Trond NorbyeCflags: -I${includedir}
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye