diff options
author | ajs <ajs> | 2004-11-26 14:14:30 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-26 14:14:30 +0000 |
commit | 5d45c81605ef1a51bf35a4cbfbbd7f1749534374 (patch) | |
tree | 35d0d167c3482de2931483900c6c10ee00a06716 | |
parent | fa7378485aba67ffafe89612aac51a5244cb0a8e (diff) | |
download | quagga-5d45c81605ef1a51bf35a4cbfbbd7f1749534374.tar.bz2 quagga-5d45c81605ef1a51bf35a4cbfbbd7f1749534374.tar.xz |
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* Makefile.am: Need to add zassert.h to pkginclude_HEADERS.
-rw-r--r-- | lib/ChangeLog | 4 | ||||
-rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index db39f0ae..64c0ae8d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * Makefile.am: Need to add zassert.h to pkginclude_HEADERS. + 2004-11-25 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * zebra.h: If not C99 and there's no va_copy macro and there is diff --git a/lib/Makefile.am b/lib/Makefile.am index b4d538bd..78bce16d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,7 +23,7 @@ pkginclude_HEADERS = \ memory.h network.h prefix.h routemap.h distribute.h sockunion.h \ str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \ plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h \ - privs.h debug.h sigevent.h pqueue.h jhash.h + privs.h debug.h sigevent.h pqueue.h jhash.h zassert.h EXTRA_DIST = regex.c regex-gnu.h |