diff options
| author | Lennart Poettering <lennart@poettering.net> | 2003-10-08 23:05:37 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2003-10-08 23:05:37 +0000 |
| commit | 71f2fef926abc419b7057b9eb9f0ab937ac381ed (patch) | |
| tree | 6d1ff873e46235f026304465be97beb8be5e2baa /src/Makefile.am | |
| parent | f590a1eabcfdcf772527424156f09c9700b9aec8 (diff) | |
assorted fixes: README, copy header files to distirbution, patch Chris hanson
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@13 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a51db3..3c059ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,8 @@ waproamd_SOURCES = waproamd.c waproamd.h \ nlapi.c nlapi.h \ assocwatch.c assocwatch.h \ ifmonitor.c ifmonitor.h \ - wireless.h wireless.15.h + wireless.h wireless.15.h \ + netlink.h rtnetlink.h endif if BUILD_AESWEPD @@ -42,7 +43,8 @@ aeswepd_SOURCES = aeswepd.c aeswepd.h \ interface.c interface.h \ iwkey.c iwkey.h \ util.c util.h \ - wireless.h wireless.15.h + wireless.h wireless.15.h \ + netlink.h rtnetlink.h aeswepd_LDADD = -lmcrypt |
