diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 13:36:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 13:36:00 +0000 |
| commit | a1740a50719e926fd491abff6dcc96c86a4b5a06 (patch) | |
| tree | b0b9a4cf5546b5b636b80964084d00ad428d904f /src/Makefile.am | |
| parent | fc4885a3f4c2a023a6e64cce62fc5cde1667f2e9 (diff) | |
add the headers
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cbb63640..efb49e1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,9 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ main.cc backgroundwidget.cc labelwidget.cc \ buttonwidget.cc python.cc bindings.cc \ openbox_wrap.cc +noinst_HEADERS= actions.hh backgroundwidget.hh bindings.hh buttonwidget.hh \ + client.hh frame.hh labelwidget.hh openbox.hh python.hh \ + screen.hh widgetbase.hh openbox3_LDFLAGS= $(PYTHON_LDFLAGS) script_DATA = ob.py |
