summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 4c2e514..79df078 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -126,6 +126,8 @@ dist_noinst_HEADERS = \
src/gp_creds.h \
src/gp_export.h \
src/gp_conv.h \
+ src/gp_config.h \
+ src/gp_config_iniparser.h \
src/gp_debug.h \
src/gp_rpc_creds.h \
src/mechglue/gss_plugin.h
@@ -137,6 +139,7 @@ dist_noinst_HEADERS = \
gssproxy_SOURCES = \
src/gp_config.c \
+ src/gp_config_iniparser.c \
src/gp_init.c \
src/gp_socket.c \
src/gp_workers.c \