diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:48:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:48:13 +0000 |
| commit | e103f90c2f0e73a3fad71f5445916ed1081cb2a3 (patch) | |
| tree | 4d591b3d5cf857e6662c879f577094da6cc96388 /configure.ac | |
| parent | ff97498e1d466fa0f4de04252c8324a5a94c7e38 (diff) | |
look for kernel/openbox.c instead of src/main.cc
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79244a3c..39b07ad3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([src/main.cc]) +AC_INIT([kernel/openbox.c]) #AC_CONFIG_HEADERS(config.h) AC_LANG([C]) AC_ENABLE_STATIC([no]) |
