diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:18:27 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:18:27 +0200 |
commit | b73a7432ab85d5ca8d0683166c2c7cc75553db69 (patch) | |
tree | 4a606350f10648c64e221cee351c8613d57d702a /lib/radius | |
parent | f08d4effdb7fb0dbe63b73d4fa4e3310d3b3e0ca (diff) |
Pass make distcheck.
Diffstat (limited to 'lib/radius')
-rw-r--r-- | lib/radius/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/radius/Makefile.am b/lib/radius/Makefile.am index 96bafae..c827465 100644 --- a/lib/radius/Makefile.am +++ b/lib/radius/Makefile.am @@ -18,6 +18,8 @@ libradsec_radius_la_SOURCES = \ static.c \ valuepair.c +libradsec_radius_la_SOURCES += client.h + libradsec_radius_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H DICTIONARIES = \ @@ -27,7 +29,7 @@ DICTIONARIES = \ share/dictionary.ukerna \ share/dictionary.abfab.ietf -EXTRA_DIST = $(DICTIONARIES) +EXTRA_DIST = dictionaries.c $(DICTIONARIES) common.pl convert.pl $(top_srcdir)/include/radsec/radius.h dictionaries.c: ${DICTIONARIES} convert.pl common.pl $(srcdir)/convert.pl ${DICTIONARIES} @@ -38,4 +40,3 @@ clean-local: rm -f dictionaries.c $(libradsec_radius_la_SOURCES): $(top_srcdir)/include/radsec/radius.h - |