File: Makefile.am

package info (click to toggle)
libusbauth-configparser 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 204 kB
  • sloc: ansic: 263; yacc: 68; lex: 30; makefile: 28; sh: 1
file content (19 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# Copyright (C) 2017 Stefan Koch <stefan.koch10@gmail.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2.1 of the GNU Lesser General
# Public License as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.

man_MANS = libusbauth-configparser.3
EXTRA_DIST = libusbauth-configparser.pc.in
pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = libusbauth-configparser.pc

clean-local:
	rm -f libusbauth-configparser.pc