diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 942a013..dd8ee02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ noinst_LIBRARIES = libicclient.a libicclient_a_SOURCES = \ + icclient/request.h \ + icclient/product.h \ icclient/client.h \ + request.c \ + product.c \ client.c |