diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 18:53:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 18:53:59 +0000 |
| commit | 055b459cdf8e8f15d17cb3366cfde31406fa6223 (patch) | |
| tree | a8d53f5fcc5369489eb0ab0fa640cca9508e6926 | |
| parent | fbdd37647b66cb1745ef448e9808a358cc4873f5 (diff) | |
add the headers
| -rw-r--r-- | engines/openbox/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/openbox/Makefile.am b/engines/openbox/Makefile.am index 64f9315d..512a754c 100644 --- a/engines/openbox/Makefile.am +++ b/engines/openbox/Makefile.am @@ -12,7 +12,7 @@ engine_LTLIBRARIES=openbox.la openbox_la_LDFLAGS=-module -avoid-version openbox_la_SOURCES=openbox.c theme.c -noinst_HEADERS= +noinst_HEADERS=openbox.h theme.h MAINTAINERCLEANFILES= Makefile.in |
