diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e603edd..f45c7d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,12 @@ libicclient_a_SOURCES = \ icclient/request.h \ icclient/login.h \ icclient/admin.h \ + icclient/product.h \ icclient/client.h \ request.c \ login.c \ admin.c \ + product.c \ client.c bin_PROGRAMS = icclienttest |