diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-17 10:53:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-17 10:53:36 +0200 |
commit | a6ea0fa54ab96f56333d5e660a4a7fd7c061dd3c (patch) | |
tree | 70e37278b119429dbefa999d7ed87d9d211ad5c4 /lib | |
parent | bc7b85e8e4fa2e0e8d31bca161b2ad1a01ccafc5 (diff) |
Have the library depend on radsec.sym.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 769e7ab..2184994 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -64,6 +64,7 @@ libradsec_la_SOURCES += \ util.h EXTRA_DIST = HACKING LICENSE libradsec.spec radsec.sym +EXTRA_libradsec_la_DEPENDENCIES = radsec.sym AM_DISTCHECK_CONFIGURE_FLAGS = --enable-tls --enable-tls-psk libradsec_la_LIBADD = radsecproxy/libradsec-radsecproxy.la radius/libradsec-radius.la |