diff options
author | Ted Gould <ted@gould.cx> | 2012-09-19 15:34:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-19 15:34:58 -0500 |
commit | b01690eee03b89b04cbccbf111a67d9e270d7149 (patch) | |
tree | dab053c3ca2c3a62607e5714b0b3ef87bd758161 /tests | |
parent | 01847ab5a61a22986301ea0b9246f3f107786a51 (diff) | |
download | libpam-x2go-b01690eee03b89b04cbccbf111a67d9e270d7149.tar.gz libpam-x2go-b01690eee03b89b04cbccbf111a67d9e270d7149.tar.bz2 libpam-x2go-b01690eee03b89b04cbccbf111a67d9e270d7149.zip |
Make sure to distribute the header files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 49f1701..c5da385 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,8 +38,8 @@ libgtest_a_CXXFLAGS = \ ########################## test_freerdpclient_wrapper_SOURCES = \ - mock_pam.c \ - mock_guest.c \ + mock_pam.c mock_pam.h \ + mock_guest.c mock_guest.h \ test-freerdp-wrapper.cc test_freerdpclient_wrapper_LDADD = \ |