diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:45:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:45:47 +0000 |
| commit | 2528b4458cec8c784317d12d09c98bb53f034186 (patch) | |
| tree | b2bee6c833980a5b8aed8ab33685aa58616bea28 /src/Makefile.am | |
| parent | b067510b6114844945381293227783bf9fd7a806 (diff) | |
new OBScreen class is somewhat complete now i think
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ef61e4c7..a998e93d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ bin_PROGRAMS= openbox3 openbox3_LDADD=../otk/libotk.a @LIBINTL@ -openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc \ +openbox3_SOURCES= client.cc frame.cc bbscreen.cc openbox.cc screen.cc \ bbwindow.cc workspace.cc blackbox.cc \ main.cc xeventhandler.cc |
