diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 21:42:17 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 21:43:44 +0200 |
commit | f2626416d939c08f3eab5091582af558ce23b472 (patch) | |
tree | 92d9a456d00de2572b852e4d980b1b30dd8b5f20 /lib/Makefile.am | |
parent | 8d8356c0b2596a73f5593d3519040df77293ac22 (diff) |
Initial RPM packaging
Adapted from
commit 8ff4e9ab2308fc6ee1e9b140d85ba45eff5287ce
Author: Sam hartman <hartmans@painless-security.com>
Date: Mon Oct 10 15:25:11 2011 +0100
Conflicts:
lib/Makefile.am
lib/configure.ac
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3de4657..5fad0b0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,7 +47,22 @@ else libradsec_la_SOURCES += md5.c endif -EXTRA_DIST = HACKING LICENSE +libradsec_la_SOURCES += \ + compat.h \ + conn.h \ + debug.h \ + err.h \ + event.h \ + md5.h \ + packet.h \ + peer.h \ + radsec.h \ + tcp.h \ + tls.h \ + udp.h \ + util.h + +EXTRA_DIST = HACKING LICENSE libradsec.spec radsec.sym libradsec_la_LIBADD = radsecproxy/libradsec-radsecproxy.la radius/libradsec-radius.la libradsec_la_LDFLAGS = -version-info 1:0:0 -export-symbols radsec.sym |