diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-09-30 13:30:46 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-04 13:56:01 -0700 |
commit | 4399bd38326b81f7b92365346504d7c6354772a9 (patch) | |
tree | b681ae23a628c3adcdf2e413583c98d62bf8b129 /miext | |
parent | 9ccb4a63982942fdce19609d2cadbd8e51708462 (diff) |
miext/shadow: missing c2p_core.h breaks "make distcheck" target.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'miext')
-rw-r--r-- | miext/shadow/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am index 1db8a26b4..27cf41422 100644 --- a/miext/shadow/Makefile.am +++ b/miext/shadow/Makefile.am @@ -7,6 +7,7 @@ sdk_HEADERS = shadow.h endif libshadow_la_SOURCES = \ + c2p_core.h \ shadow.c \ shadow.h \ shafb4.c \ |